- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Timeout parameter for Ambari Blueprint installation
- Labels:
-
Apache Ambari
Created ‎01-11-2016 03:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can we set timeout parameter to create cluster API command using Ambari Blueprints ?
Created ‎01-11-2016 06:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
