[GitHub] spark pull request #17533: [SPARK-20219] Schedule tasks based on size of inp...

2017-06-02 Thread jinxing64
Github user jinxing64 closed the pull request at: https://github.com/apache/spark/pull/17533 --- 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

[GitHub] spark pull request #17533: [SPARK-20219] Schedule tasks based on size of inp...

2017-04-07 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/17533#discussion_r110434977 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala --- @@ -1139,6 +1138,19 @@ class TaskSetManagerSuite extends

[GitHub] spark pull request #17533: [SPARK-20219] Schedule tasks based on size of inp...

2017-04-07 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/17533#discussion_r110434821 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala --- @@ -512,6 +521,51 @@ private[spark] class TaskSetManager( }

[GitHub] spark pull request #17533: [SPARK-20219] Schedule tasks based on size of inp...

2017-04-05 Thread jinxing64
Github user jinxing64 commented on a diff in the pull request: https://github.com/apache/spark/pull/17533#discussion_r109930532 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala --- @@ -512,6 +522,57 @@ private[spark] class TaskSetManager( }

[GitHub] spark pull request #17533: [SPARK-20219] Schedule tasks based on size of inp...

2017-04-05 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17533#discussion_r10990 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala --- @@ -512,6 +522,57 @@ private[spark] class TaskSetManager( }

[GitHub] spark pull request #17533: [SPARK-20219] Schedule tasks based on size of inp...

2017-04-04 Thread jinxing64
GitHub user jinxing64 opened a pull request: https://github.com/apache/spark/pull/17533 [SPARK-20219] Schedule tasks based on size of input from ScheduledRDD ## What changes were proposed in this pull request? When data is highly skewed on `ShuffledRDD`, it make sense to