- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
automation of cluster installation through ambari -blueprint
- Labels:
-
Apache Ambari
Created 01-09-2018 07:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 :
- 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 ?
Created 01-09-2018 07:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 01-09-2018 07:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 01-09-2018 07:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Jay Kumar SenSharma thanks Jay
