Details
-
Story
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
The current resource scheduling code for GPU/FPGA, etc only supports amounts as integers, so you can only schedule whole resources. There are cases where you may want to share the resources and schedule multiple tasks to run on the same resources (GPU). It would be nice to support fractional resources for the task level settings. Somehow say we want a task to have 1/4 of a GPU for instance. I think we only want to support fractional when the resources amount is < 1. Otherwise you run into issues where someone asks for 2 1/8 GPU, which doesn't really make sense to me and makes assigning addresses very complicated.
Need to think about implementation details, for instance using a float can be troublesome here due to floating point math precision issues.
Another thing to consider, depending on implementation is limiting the precision - go down to tenths, hundreths, thousandths, etc.
Attachments
Issue Links
- relates to
-
SPARK-24615 SPIP: Accelerator-aware task scheduling for Spark
- Resolved
-
SPARK-27495 SPIP: Support Stage level resource configuration and scheduling
- Resolved
- links to