- 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 application stuck in ACCEPTED state
- Labels:
-
Apache YARN
Created on 04-14-2017 02:58 PM - edited 08-17-2019 11:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have an application using a Hive INSERT INTO / SELECT from statement. It is stuck in ACCEPTED state. I have looked at some of the other posts. I have ruled out one potential case. There are no nodes in the cluster in an unhealthy state.
I am posting some screen shots that show the application and the queue it is assigned to.
I appreciate anyone's help on this.
Created 04-14-2017 06:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Carol Elliott,
The applications are submitted to "Default Queue". As seen in the Yarn RM UI, "Default Queue" is full and hence it doesnt have capacity to allocate for task containers. Only Application Master container is being allocated and hence the application remains in ACCEPTED state.
Please submit application to other Queue or increase capacity for Default Queue.
Created 04-14-2017 06:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Carol Elliott,
The applications are submitted to "Default Queue". As seen in the Yarn RM UI, "Default Queue" is full and hence it doesnt have capacity to allocate for task containers. Only Application Master container is being allocated and hence the application remains in ACCEPTED state.
Please submit application to other Queue or increase capacity for Default Queue.
Created 12-10-2019 01:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Have you tried submitting applications to other queue? Could you tell us does it worked on other queues? Queue.default has reached 99.7% and this may cause issues.
Thanks
AK
