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.

Timeout parameter for Ambari Blueprint installation

avatar
Master Guru

Can we set timeout parameter to create cluster API command using Ambari Blueprints ?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Kuldeep Kulkarni

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 Cluster

POST /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.

View solution in original post

1 REPLY 1

avatar
Master Mentor

@Kuldeep Kulkarni

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 Cluster

POST /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.