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.

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

avatar
New Member
 
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.