Created on 04-14-2017 02:58 PM - edited 08-17-2019 11:06 PM
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
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
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
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