Hadoop 2.6 move to another queue feature
this is a quick post about Hadoop 2.6 that I just discovered. I'm finishing up with HDP 2.2 upgrade and I just found out that I can switch running applications between YARN queues. This is an incredibly useful feature. We sometimes issues jobs w/out specifying the designated queues, pushing the job to the right queue is immensely useful.
yarn application -movetoqueue applicationID -queue queuename
yarn application -movetoqueue applicationID -queue queuename
Comments