Created 01-24-2018 07:32 PM
Created 01-24-2018 08:37 PM
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/
Hope this links helps.
Created 01-24-2018 08:37 PM
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/
Hope this links helps.
Created 08-12-2019 05:03 PM
your blog link is a dead link.