Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的作业已经在运行,但我想将其移动到另一个队列而不重新启动作业,我可以使用哪个命令来执行此操作?
对于 Hadoop 2.x 发行版,以下命令可能有效:
yarn application -movetoqueue <application id> -queue <queue name>