OliverBai opened a new issue #5221: URL: https://github.com/apache/incubator-dolphinscheduler/issues/5221
**Describe the question** steps: 1.Set a new queue and tenant, named 'query'. 2.Change an user's property of queue from 'default' to 'query' 3.Start the task of the user, but it's still running in the 'default' queue. It's excepted running in the new 'query' queue. Q: How to make the new 'query' queue working ? **Which version of DolphinScheduler:** 1.3.2 **Additional context** 在hadoop上新建了一个队列query,然后在DS里面建立了相应的队列query和租户query,随后更改了对应用户的租户和队列属性,启动该用户建立的任务,在YARN上发现这个任务依然运行在default队列上,没有在新的query队列上,在数据表t_ds_user中该用户所对应的queue已经是query了,所以如何让该用户所提交的任务都运行在query队列上呢? -- 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]
