Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-2774] Set preferred locations for reduce tasks #4576

Closed
wants to merge 3 commits into from

Commits on Feb 12, 2015

  1. Set preferred locations for reduce tasks

    This is another attempt at apache#1697 addressing some of the earlier concerns.
    This adds a couple of thresholds based on number map and reduce tasks
    beyond which we don't use preferred locations for reduce tasks.
    
    This patch also fixes some bugs in DAGSchedulerSuite where the MapStatus
    objects created didn't have the right number of reducers set.
    shivaram committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    3b464b7 View commit details
    Browse the repository at this point in the history
  2. Fix style issues

    shivaram committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    34d0283 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. Configuration menu
    Copy the full SHA
    774751b View commit details
    Browse the repository at this point in the history