Member since
05-07-2014
17
Posts
3
Kudos Received
0
Solutions
12-07-2017
09:01 PM
Thanks ghagleitner for the reply. It looks like we don't have a choice apart from using hive managed tables. I understand the rationale.
... View more
11-20-2017
12:20 PM
Sorry ignore my silly question. Unlike HDP, DPS downloads is via customer portal.
... View more
07-28-2017
01:43 PM
1 Kudo
@Kiran Kumar Should all be answered in the below: https://hortonworks.com/agreements/support-services-policy/
... View more
07-28-2017
01:41 PM
2 Kudos
@Kiran Kumar You can see when Full Support and Technical Guidance periods end. It's in the table at the bottom of this page: https://hortonworks.com/agreements/support-services-policy/
... View more
02-07-2017
03:52 PM
Clustering algorithms in Spark 2.0 use ML version so, the feature vectors need to be of type ML instead of MLLIB. I had to convert an MLLIB vector to ML vector to make it work in spark 2.0.
... View more
02-24-2015
10:02 PM
Hi I am trying CDH automatic installation on AWs EC2 using cloudera manager bin. I have created one ubuntu Precise 12.04 LTS micro instance, I followed the on screen instructions as instructions on per this tutorial.. " http://www.cloudera.com/content/cloudera/en/documentation/cloudera-manager/v4-7-1/Cloudera-Manager-Installation-Guide/cmig_install_on_EC2.html" 1) this is my vi /etc/hosts file 127.0.0.1 localhost 172.31.13.46 master # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts 2) Downloaded and changed the permission for cloudera-manager-installer.bin also. 3) sudo ./cloudera-manager-installer.bin after this command cloudera manager installed, 4) But i couldnot access cloudera manager webconsole using " http://172.31.13.46:7180 " and i have opened my port 7180 while creating an instance, but still not able to acess through webconsole, 5) my cloudera manager db and cloudera manager server both are running. 6) and the port 7180 is also not listning in my ubuntu server and i used the following comand, " sudo ufs allow 7180" but no use,, 7) I checked $ sudo ufw status and the result is inactive 😎 when I check $ sudo service cloudera-scm-agent status on 172.31.13.46 it comes as unrecognized service I am struggling in this part, Could you please let me know where I went wrong in installing cloudera in a clustered environment..??? if yes, it will be helpful for me, please, Thanks in advance, Regards, Bharath
... View more