GitHub user kayousterhout opened a pull request: https://github.com/apache/spark/pull/27
[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 #7. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kayousterhout/spark-1 randomize Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/27.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #27 ---- commit 435d817424d3c9f3d900c65164ee5ed49b037b26 Author: Kay Ousterhout <kayousterh...@gmail.com> Date: 2014-02-27T08:45:17Z [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. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---