Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

automation of cluster installation through ambari -blueprint

avatar

I am planning to automate cluster installation with the help of ambari blueprint .

I have gone through below link to follow the steps for cluster installation but I have some of queries . please some one help me out .

https://community.hortonworks.com/content/kbentry/47171/automate-hdp-installation-using-ambari-bluep...

I have some of queries :

  • ambari blueprint is alternative of cluster installation through ambari but before proceeding with this step we have to complete prerequisites and start ambari -server ?
  • when we create hostmapping.json file :

{

"blueprint" : "multinode-hdp",
"default_password" : "hadoop", }

  • what is use of default_password in above ?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Anurag Mishra

1. ambari blueprint is alternative of cluster installation through ambari but before proceeding with this step we have to complete prerequisites and start ambari -server ?

>>>> Yes, ambari server needs to be installed and the ambari agents/server needs to be started on all the cluster nodes before starting the Blueprint deployment.

2 What is use of default_password in above ?

  • default_password: Optional field which specifies a default password for all required passwords which are not specified in the blueprint or cluster creation template configurations.

https://cwiki.apache.org/confluence/display/AMBARI/Blueprints

View solution in original post

3 REPLIES 3

avatar
Master Mentor

@Anurag Mishra

1. ambari blueprint is alternative of cluster installation through ambari but before proceeding with this step we have to complete prerequisites and start ambari -server ?

>>>> Yes, ambari server needs to be installed and the ambari agents/server needs to be started on all the cluster nodes before starting the Blueprint deployment.

2 What is use of default_password in above ?

  • default_password: Optional field which specifies a default password for all required passwords which are not specified in the blueprint or cluster creation template configurations.

https://cwiki.apache.org/confluence/display/AMBARI/Blueprints

avatar
Master Mentor

@Anurag Mishra

A complete series of detailed step by step intructions of Single Node cluster / MultinodeCluster/ HA based cluster / Secure cluster are available as part of the HCC article series:

https://community.hortonworks.com/articles/47170/automate-hdp-installation-using-ambari-blueprints.h...

avatar