Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-29151

Support fraction resources for task resource scheduling

    XMLWordPrintableJSON

Details

    • Story
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Scheduler, Spark Core
    • 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

          Activity

            People

              abellina Alessandro Bellina
              tgraves Thomas Graves
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: