10

My hadoop job was running over 10 hours but since I put it in wrong queue, the containers are kept getting killed by the scheduler.

How do I change the queue of currently running hadoop job without restarting it?

Thank you

Gon
  • 733
  • 3
  • 8
  • 23

1 Answers1

24

if running Yarn you can change the current job's queue by

yarn application -movetoqueue <app_id> -queue <queue_name>
pltc
  • 5,836
  • 1
  • 13
  • 31