Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.1
Description
https://github.com/apache/spark/pull/37268 has introduced a new feature that supports stage-level schedule task resource profile for standalone cluster when dynamic allocation is disabled. It's really cool feature, especially for ML/DL cases, more details can be found in that PR.
The problem here is that the feature is only available for standalone and YARN cluster for now, but most users would also expect it can be used for other spark clusters like K8s.
So I filed this issue to track this task.
Attachments
Issue Links
- is a clone of
-
SPARK-45250 Support stage level task resource profile for yarn cluster when dynamic allocation disabled
- Resolved
- links to