[GitHub] spark pull request: [spark-4691][shuffle]code optimization for jud...

2014-12-02 Thread maji2014
Github user maji2014 commented on a diff in the pull request: https://github.com/apache/spark/pull/3553#discussion_r21213166 --- Diff: core/src/main/scala/org/apache/spark/shuffle/hash/HashShuffleReader.scala --- @@ -45,7 +45,7 @@ private[spark] class HashShuffleReader[K, C](

[GitHub] spark pull request: [spark-4691][shuffle]code optimization for jud...

2014-12-02 Thread maji2014
Github user maji2014 commented on a diff in the pull request: https://github.com/apache/spark/pull/3553#discussion_r21213167 --- Diff: core/src/main/scala/org/apache/spark/shuffle/hash/HashShuffleReader.scala --- @@ -45,7 +45,7 @@ private[spark] class HashShuffleReader[K, C](

[GitHub] spark pull request: [spark-4691][shuffle]code optimization for jud...

2014-12-02 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/3553#discussion_r21213023 --- Diff: core/src/main/scala/org/apache/spark/shuffle/hash/HashShuffleReader.scala --- @@ -45,7 +45,7 @@ private[spark] class HashShuffleReader[K, C](

[GitHub] spark pull request: [spark-4691][shuffle]code optimization for jud...

2014-12-02 Thread maji2014
Github user maji2014 commented on a diff in the pull request: https://github.com/apache/spark/pull/3553#discussion_r21207386 --- Diff: core/src/main/scala/org/apache/spark/shuffle/hash/HashShuffleReader.scala --- @@ -45,7 +45,7 @@ private[spark] class HashShuffleReader[K, C](

[GitHub] spark pull request: [spark-4691][shuffle]code optimization for jud...

2014-12-02 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/3553#discussion_r21205859 --- Diff: core/src/main/scala/org/apache/spark/shuffle/hash/HashShuffleReader.scala --- @@ -45,7 +45,7 @@ private[spark] class HashShuffleReader[K, C](

[GitHub] spark pull request: [spark-4691][shuffle]code optimization for jud...

2014-12-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3553#issuecomment-65207158 Can one of the admins verify this patch? --- 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 pro

[GitHub] spark pull request: [spark-4691][shuffle]code optimization for jud...

2014-12-02 Thread maji2014
GitHub user maji2014 opened a pull request: https://github.com/apache/spark/pull/3553 [spark-4691][shuffle]code optimization for judgement In HashShuffleReader.scala and HashShuffleWriter.scala, no need to judge "dep.aggregator.isEmpty" again as this is judged by "dep.aggregator.isD