Core principle description of Task assignment algorithm

Source: Internet
Author: User
  1. Create a Taskset object for each task that the stage generates

  2. Dual for loop, traverse all taskset, and each localization level

  3. The localization levels are:

    1.process_local: Process localization RDD partition and task Enter the same executor, the fastest

    2.node_local:rdd's partition and task are not on a executor, but on a worker

    3.no_perf: There is no so-called localization level

    4.rack_local: Rack localization, at least RDD partition and task on a rack

    5. Any localization level

  4. Task first chooses the best localization level

  5. Call Tasksetmanager's Resourceoffer method to find out which tasks can be started on this executor,

  6. Put the Taskset array to the specified executor start task

Core principle description of Task assignment algorithm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.