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.

Yarn Queue Manager is not opening

avatar
New Member

Yarn Queue Manager is not opening.yarn-queue-manager.png

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Manoj Menon

Yarn queue manager tries to get the ambari cluster information using the following API call?

http://<AMBARI_FQDN>:8080/api/v1/clusters/<CLUSTER_NAME>;

.

If you are using "Standalone Ambari View" Server then please check if you are able to make the above API call from the Standalone Ambari View Server?

# curl -u admin:admin -H "X-Requested-By: ambari" -X GET http://<AMBARI_FQDN>:8080/api/v1/clusters/<CLUSTER_NAME>;

.

If you are not using Standalone Ambari View Server then in that case try creating a new instance of the Queue Manager View and then see if it works:

Ambari UI --> "Admin" --> "Manage Ambari" --> Views  <br>

.

https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.5/bk_ambari-views/content/ch_using_yarn_queue...

View solution in original post

3 REPLIES 3

avatar
Master Mentor

@Manoj Menon

Yarn queue manager tries to get the ambari cluster information using the following API call?

http://<AMBARI_FQDN>:8080/api/v1/clusters/<CLUSTER_NAME>;

.

If you are using "Standalone Ambari View" Server then please check if you are able to make the above API call from the Standalone Ambari View Server?

# curl -u admin:admin -H "X-Requested-By: ambari" -X GET http://<AMBARI_FQDN>:8080/api/v1/clusters/<CLUSTER_NAME>;

.

If you are not using Standalone Ambari View Server then in that case try creating a new instance of the Queue Manager View and then see if it works:

Ambari UI --> "Admin" --> "Manage Ambari" --> Views  <br>

.

https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.5/bk_ambari-views/content/ch_using_yarn_queue...

avatar
Master Mentor

@Manoj Menon

If this answers your query then please mark this HCC thread as answered by clicking on "Accept" link on the correct answer, That way it will help other HCC users to quickly find the answers.

avatar
New Member

Thank you.