Created 09-22-2017 03:09 AM
I want to deploy HDP 2.5 or 2.6 through ansible or any other automation toll....need help
Created 09-22-2017 03:15 AM
Ambari Blueprint based cluster creation is one the best option to Automate HDP cluster creation. Blueprint can be easily integrated with Ansible as well ... as those are simple Curl Calls to the ambari server.
To know more about Ambari Blueprint feature please refer to : https://cwiki.apache.org/confluence/display/AMBARI/Blueprints
Please refer to step by Step tutorial By @Kuldeep Kulkarni
Some Useful Scripts for Automated Cluster can be found here: https://github.com/crazyadmins/useful-scripts/tree/master/hdp-automated-setup
Created 09-22-2017 03:15 AM
Ambari Blueprint based cluster creation is one the best option to Automate HDP cluster creation. Blueprint can be easily integrated with Ansible as well ... as those are simple Curl Calls to the ambari server.
To know more about Ambari Blueprint feature please refer to : https://cwiki.apache.org/confluence/display/AMBARI/Blueprints
Please refer to step by Step tutorial By @Kuldeep Kulkarni
Some Useful Scripts for Automated Cluster can be found here: https://github.com/crazyadmins/useful-scripts/tree/master/hdp-automated-setup
Created 09-22-2017 03:18 AM
Thanks Jay!!!!
Created 10-04-2017 12:27 PM
Also have a look at https://github.com/objectrocket/ansible-hadoop
Works quite nice.