Created on 11-22-2015 01:17 AM - edited 09-16-2022 02:49 AM
How do I install Cloudera CDH on 100 Node cluster without using Cloudera manager? Installing and configuring CDH manually on each node in a cluster is a difficult task. What tools and technologies are used to automate the task in production?
Created 12-13-2015 03:34 PM
We're using puppet in the production:
It is not "one-click" setup. But it is well described with examples.
We have cluster with 24 (+3) nodes (1 PB) and quite difficult environment (Kerberos enabled, with cross-realms, multihome network, HA enabled, ...).
Created 11-26-2015 03:00 PM
If you are going to use CDH 5.4 and CentOS 6, you can try https://github.com/sergevs/ansible-cloudera-hadoop
Let me to know if you have questions.
Regards,
Serge.
Created 11-30-2015 07:04 AM
Thanks Sergevs for your response. Your answer is helpful if am using CDH 5.4 version. However am using CDH 4 on one cluster and CDH 5 on another cluster. Appreciate anyone's help in letting me know the overview of the tools and technologies used to automate CDH installation without Cloudera Manager.
Created 12-13-2015 03:34 PM
We're using puppet in the production:
It is not "one-click" setup. But it is well described with examples.
We have cluster with 24 (+3) nodes (1 PB) and quite difficult environment (Kerberos enabled, with cross-realms, multihome network, HA enabled, ...).
Created 12-20-2015 12:48 AM
Thanks Valtri. I will have a look into it and let me know for any queries or help.