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

Backport [SPARK-979] Randomize order of offers. #2

Merged
merged 1 commit into from
Mar 14, 2014

Commits on Mar 14, 2014

  1. [SPARK-979] Randomize order of offers.

    This commit randomizes the order of resource offers to avoid scheduling
    all tasks on the same small set of machines.
    
    This is a much simpler solution to SPARK-979 than alteryx#7.
    
    Author: Kay Ousterhout <[email protected]>
    
    Closes alteryx#27 from kayousterhout/randomize and squashes the following commits:
    
    435d817 [Kay Ousterhout] [SPARK-979] Randomize order of offers.
    
    Conflicts:
    	core/src/test/scala/org/apache/spark/scheduler/cluster/ClusterSchedulerSuite.scala
    	core/src/test/scala/org/apache/spark/scheduler/cluster/ClusterTaskSetManagerSuite.scala
    kayousterhout authored and markhamstra committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    77d3656 View commit details
    Browse the repository at this point in the history