dongjoon-hyun commented on PR #37802: URL: https://github.com/apache/spark/pull/37802#issuecomment-1246490993
> You can't imagine a resource manager compared to yarn, which can't dynamically specify queues when starting application This is wrong because Apache YuniKorn is able to dynamically specify queues as you see https://github.com/apache/spark/pull/37877 via the existing Apache Spark labels and annotations without any modification, @zheniantoushipashi . > Because in our scenario, if the queue used by the scheduler cannot be dynamically configured, the scheduler is basically useless. That doesn't sound like a common valid scenario. If you need to create a queue per a single Spark job, what is the meaning of scheduling? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
