Created 01-30-2018 05:00 PM
we need to create a new json file from ambari cluster that should be used as json template file for ambari next installation
the API that generated the JSON file is: ( but this include the relevant variable from the cluster as domain name etc , and we need a json template file )
curl -H "X-Requested-By: ambari" -X GET -u admin:admin http://localhost:8080/api/v1/clusters/HDP\?format\=blueprint > blueprint.json-new
Created 01-31-2018 08:49 AM
Please refer https://cwiki.apache.org/confluence/display/AMBARI/Blueprints#Blueprints-Step1:CreateBlueprint to get all the required details regarding blueprints
Created 01-31-2018 09:10 AM
not help so much because the new exported json is very diff from the orig json ( while the orig json is the json that created the ambari cluster ) , so how it can be ?