[GitHub] spark pull request #13563: [SPARK-15826] [CORE] PipedRDD to allow configurab...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13563 --- 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 ena

[GitHub] spark pull request #13563: [SPARK-15826] [CORE] PipedRDD to allow configurab...

2016-06-14 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13563#discussion_r66931702 --- Diff: core/src/main/scala/org/apache/spark/rdd/PipedRDD.scala --- @@ -60,8 +61,7 @@ private[spark] class PipedRDD[T: ClassTag]( printRDDElement:

[GitHub] spark pull request #13563: [SPARK-15826] [CORE] PipedRDD to allow configurab...

2016-06-13 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/13563#discussion_r66875458 --- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala --- @@ -734,12 +737,14 @@ abstract class RDD[T: ClassTag]( printPipeContext: (String =

[GitHub] spark pull request #13563: [SPARK-15826] [CORE] PipedRDD to allow configurab...

2016-06-13 Thread tejasapatil
Github user tejasapatil commented on a diff in the pull request: https://github.com/apache/spark/pull/13563#discussion_r66873430 --- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala --- @@ -734,12 +737,14 @@ abstract class RDD[T: ClassTag]( printPipeContext: (Stri

[GitHub] spark pull request #13563: [SPARK-15826] [CORE] PipedRDD to allow configurab...

2016-06-13 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/13563#discussion_r66836736 --- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala --- @@ -734,12 +737,14 @@ abstract class RDD[T: ClassTag]( printPipeContext: (String =

[GitHub] spark pull request #13563: [SPARK-15826] [CORE] PipedRDD to allow configurab...

2016-06-13 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/13563#discussion_r66836492 --- Diff: core/src/main/scala/org/apache/spark/rdd/PipedRDD.scala --- @@ -47,7 +48,8 @@ private[spark] class PipedRDD[T: ClassTag]( printPipeContext:

[GitHub] spark pull request #13563: [SPARK-15826] [CORE] PipedRDD to allow configurab...

2016-06-13 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/13563#discussion_r66836459 --- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala --- @@ -734,12 +737,14 @@ abstract class RDD[T: ClassTag]( printPipeContext: (String =