- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Yarn Queue Manager is not opening
- Labels:
-
Apache YARN
Created 04-02-2018 11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yarn Queue Manager is not opening.yarn-queue-manager.png
Created 04-02-2018 12:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you.
