[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-22 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r80030485 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala --- @@ -670,6 +670,19 @@ class JavaSparkContext(val sc: SparkContext) }

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-22 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r80030192 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala --- @@ -670,6 +670,19 @@ class JavaSparkContext(val sc: SparkContext)

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-22 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r80028815 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala --- @@ -670,6 +670,19 @@ class JavaSparkContext(val sc: SparkContext) }

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-22 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r80028421 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala --- @@ -670,6 +670,19 @@ class JavaSparkContext(val sc: SparkContext)

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r79791116 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala --- @@ -670,6 +670,19 @@ class JavaSparkContext(val sc: SparkContext) }

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-21 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r79790335 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala --- @@ -670,6 +670,19 @@ class JavaSparkContext(val sc: SparkContext)

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r79784786 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala --- @@ -670,6 +670,19 @@ class JavaSparkContext(val sc: SparkContext) }

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15140 --- 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 #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-21 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r79783756 --- Diff: python/pyspark/context.py --- @@ -762,7 +762,7 @@ def accumulator(self, value, accum_param=None): SparkContext._next_accum_id += 1

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-21 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r79783577 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala --- @@ -670,6 +670,19 @@ class JavaSparkContext(val sc: SparkContext)

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r79782388 --- Diff: python/pyspark/context.py --- @@ -762,7 +762,7 @@ def accumulator(self, value, accum_param=None): SparkContext._next_accum_id += 1

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r79782153 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaSparkContext.scala --- @@ -670,6 +670,19 @@ class JavaSparkContext(val sc: SparkContext) }

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-19 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/15140#discussion_r79454288 --- Diff: python/pyspark/tests.py --- @@ -409,13 +409,22 @@ def func(x): self.assertEqual("Hello World!", res) def test_add_fi

[GitHub] spark pull request #15140: [SPARK-17585][PySpark][Core] PySpark SparkContext...

2016-09-18 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/15140 [SPARK-17585][PySpark][Core] PySpark SparkContext.addFile supports adding files recursively ## What changes were proposed in this pull request? PySpark ```SparkContext.addFile``` should supp