Created 04-02-2018 11:13 AM
Yarn Queue Manager is not opening.yarn-queue-manager.png
Created 04-02-2018 12:48 PM
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>
.
Created 04-02-2018 12:48 PM
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>
.
Created 04-03-2018 03:02 AM
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.
Created 04-03-2018 02:42 AM
Thank you.