ORuteMa commented on issue #14251: URL: https://github.com/apache/dolphinscheduler/issues/14251#issuecomment-1576561289
Let's align an understanding, by `queue is already deprecated` you mean that the queue is deprecated at the `task level`, right? Queue at user/tenant level actually take affect as my practice shows in https://github.com/apache/dolphinscheduler/pull/14237. Keep queue in task-level can lead to arbitrary use of YARN resources and I think it's the reason for its deprecation. User/tenant level queue needs to be used by the specific task type such as Flink, and tasks not related to YARN can just ignore it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
