[GitHub] spark pull request #22085: [WIP][SPARK-25095][PySpark] Python support for Ba...

2018-08-17 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/22085#discussion_r210963511 --- Diff: python/pyspark/taskcontext.py --- @@ -95,3 +99,124 @@ def getLocalProperty(self, key): Get a local property set upstream in the

[GitHub] spark pull request #22085: [WIP][SPARK-25095][PySpark] Python support for Ba...

2018-08-17 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/22085#discussion_r210963181 --- Diff: core/src/main/scala/org/apache/spark/api/python/PythonRunner.scala --- @@ -381,6 +421,45 @@ private[spark] abstract class