Support Questions

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

How create blueprint of existing cluster and how to build new cluster with blueprint

avatar
New Contributor
 
1 ACCEPTED SOLUTION

avatar
2 REPLIES 2

avatar
@Sujatha Rudra

You can export the blueprint of your current cluster as :

http://erie1.example.com:8080/api/v1/clusters/ErieCluster?format=blueprint

.

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

To export a blueprint from an existing cluster:

curl -H "X-Requested-By: ambari"-X GET -u admin:admin http://c6401.ambari.apache.org:8080/api/v1/clusters/TestCluster?format=blueprint

.

Also get the blueprint registered:

curl -H "X-Requested-By: ambari"-X GET -u admin:admin http://c6401.ambari.apache.org:8080/api/v1/blueprints

Links

https://community.hortonworks.com/questions/83437/ambari-export-blueprint.html

https://hortonworks.com/blog/ambari-blueprints-delivers-missing-component-cluster-provisioning/

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

Hope this links helps.

avatar
Expert Contributor

your blog link is a dead link.