Created 01-11-2016 03:24 AM
Can we set timeout parameter to create cluster API command using Ambari Blueprints ?
Created 01-11-2016 06:01 PM
create cluster command is asynchronous, what specifically will you gain from having a timeout? You may need to file an enhancement jira with Ambari project.
Step 5: Create ClusterPOST /api/v1/clusters/:clusterName
Request body includes blueprint name, host mappings and configurations from Step 3.
Request is asynchronous and returns a /requests
URL which can be used to monitor progress.
Created 01-11-2016 06:01 PM
create cluster command is asynchronous, what specifically will you gain from having a timeout? You may need to file an enhancement jira with Ambari project.
Step 5: Create ClusterPOST /api/v1/clusters/:clusterName
Request body includes blueprint name, host mappings and configurations from Step 3.
Request is asynchronous and returns a /requests
URL which can be used to monitor progress.