Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How do I remove these dead jobs from my queue?

avatar
Contributor

813-stuck.png

I somehow chrashed my job scheduler - I have a lot of jobs now that are accepted but undefined - new job will not start because of this as they are queued behind the jobs that are in status undefinded. It seems I can't solve this issue via Ambari.

1 ACCEPTED SOLUTION

avatar

You can kill the jobs that you want to remove from the queue:

yarn application -kill <applicationId>

View solution in original post

2 REPLIES 2

avatar

You can kill the jobs that you want to remove from the queue:

yarn application -kill <applicationId>

avatar
New Contributor

Hi. And is it possible to delete/remove these applications to free space on virtual machine ? Thanks Valery.