Member since
01-20-2014
578
Posts
102
Kudos Received
94
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 6680 | 10-28-2015 10:28 PM | |
| 3546 | 10-10-2015 08:30 PM | |
| 5639 | 10-10-2015 08:02 PM | |
| 4097 | 10-07-2015 02:38 PM | |
| 2877 | 10-06-2015 01:24 AM |
02-25-2016
12:31 AM
Hi all I have question: can I install phoenix on cdh5.5.x without parcels, I never used the parcels before, I installed cdh cluster using apt package manager on ubuntu servers
... View more
01-13-2016
03:32 PM
We have been running cdh 5.3.3 in CentOS release 6.7 for a while in production (120 node solr and 50 node hbase). We are doing fine!
... View more
01-05-2016
05:19 AM
1 Kudo
bulmanp - The private_key parameter should be the contents of the private key file (in your case, the 2nd option should have worked). Here is the working code I use : f = open("/root/.ssh/id_rsa", "r") id_rsa = f.read() #print id_rsa f.close() #passwordless certificate login apicommand = cm.host_install(user_name="root", private_key=id_rsa, host_names=hostIds, cm_repo_url=cm_repo_url, java_install_strategy="NONE", unlimited_jce=True).wait()
... View more
11-22-2015
07:12 PM
Got it working by switching to Ubuntu 12. Not sure what's happening here.
... View more
10-29-2015
04:53 PM
Yes, by deleting it from the list, Cloudera Manager will automatically remove it from the ensemble and update the config files of the other three servers. They would need a restart to see the change.
... View more
10-25-2015
11:45 AM
Thanks for mentioning that. I checked and you were right - I had CDH: 5. I will chnage it to 5.4.7. - rd
... View more
10-14-2015
11:55 AM
I had a quick search around on Github for anything that implements this, and couldn't find anything I'm afraid. Pretty sure Cloudera's product line doesn't include any such plugins...
... View more
10-12-2015
02:53 AM
Hi again Gautam, in the end I managed to manually install Cloudera Manager 5.3.0. The problem was caused on by the previous manual install of Cloudera Manager 5.4.7. I made a full cleanup of my server, using this instructions : "http://www.cloudera.com/content/cloudera/en/documentation/cloudera-manager/v5-1-x/Cloudera-Manager-Installation-Guide/cm5ig_uninstall_cm.html" and know it works. Thanks for your interest, Tudor
... View more