tgravescs commented on PR #46496: URL: https://github.com/apache/spark/pull/46496#issuecomment-2104707237
sorry this description is very hard to read. I think you are trying to say that stage level scheduling isn't supported on k8s and yarn when dynamic allocation is disabled? When you say dynamic partitions do you mean dynamic allocation of executors? That is not true we added support - https://issues.apache.org/jira/browse/SPARK-45495 The description as is: > - When dynamic allocation is disabled: It allows users to specify different task resource requirements at the stage level and will use the same executors requested at startup. Is correct. When dynamic allocation is off, you can specify a different resource profile that changes the task requiresments but uses the existing executors. -- 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]
