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

SKIPME SPARK-979 Randomize order of offers. #11

Merged
merged 1 commit into from
May 31, 2014

Commits on May 28, 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 <kayousterhout@gmail.com>
    
    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
    
    Conflicts:
    	core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala
    	core/src/test/scala/org/apache/spark/scheduler/ClusterSchedulerSuite.scala
    	core/src/test/scala/org/apache/spark/scheduler/FakeTask.scala
    	core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala
    kayousterhout authored and markhamstra committed May 28, 2014
    Configuration menu
    Copy the full SHA
    9153973 View commit details
    Browse the repository at this point in the history