我的作业已经在运行,但我想在不重新启动作业的情况下将其移动到另一个队列,我可以使用哪个命令来执行此操作?
对于Hadoop2.x发行版,以下命令可能有效:
yarn application -movetoqueue <application id> -queue <queue name>