Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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.