Created 01-09-2018 07:01 AM
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 .
I have some of queries :
{
"blueprint" : "multinode-hdp",
"default_password" :
"hadoop", }
Created 01-09-2018 07:06 AM
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 ?
https://cwiki.apache.org/confluence/display/AMBARI/Blueprints
Created 01-09-2018 07:06 AM
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 ?
https://cwiki.apache.org/confluence/display/AMBARI/Blueprints
Created 01-09-2018 07:08 AM
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:
Created 01-09-2018 07:27 AM
@Jay Kumar SenSharma thanks Jay