Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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