dailidong commented on issue #3854: URL: https://github.com/apache/incubator-dolphinscheduler/issues/3854#issuecomment-706238861
you should use the queue name on the yarn cluster, as an example root.root.004 is yarn queue name, then you can set queue name root.root.004 on DolphinScheduler, when DS submit task, it will submit the task to root.root.004 yarn queue. so first you should confirm the queue name you used in DolphinScheduler exists on the yarn cluster, DS only submit the task to the corresponding yarn queue through the queue name --- DolphinScheduler仅仅是提交任务到对应名称的yarn队列中去,请保持DS里的队列名字在yarn集群的队列列表里是存在的 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
