[GitHub] spark pull request #11211: [SPARK-13330][PYSPARK] PYTHONHASHSEED is not prop...

2017-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11211 --- 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 #11211: [SPARK-13330][PYSPARK] PYTHONHASHSEED is not prop...

2016-12-17 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/11211#discussion_r92932905 --- Diff: python/pyspark/context.py --- @@ -163,10 +163,8 @@ def _do_init(self, master, appName, sparkHome, pyFiles, environment, batchSize,

[GitHub] spark pull request #11211: [SPARK-13330][PYSPARK] PYTHONHASHSEED is not prop...

2016-12-08 Thread jseabold
Github user jseabold commented on a diff in the pull request: https://github.com/apache/spark/pull/11211#discussion_r91620211 --- Diff: python/pyspark/rdd.py --- @@ -70,7 +70,8 @@ def portable_hash(x): >>> portable_hash((None, 1)) & 0x 219750521

[GitHub] spark pull request #11211: [SPARK-13330][PYSPARK] PYTHONHASHSEED is not prop...

2016-12-01 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/11211#discussion_r90579359 --- Diff: python/pyspark/context.py --- @@ -163,10 +163,8 @@ def _do_init(self, master, appName, sparkHome, pyFiles, environment, batchSize,

[GitHub] spark pull request #11211: [SPARK-13330][PYSPARK] PYTHONHASHSEED is not prop...

2016-12-01 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/11211#discussion_r90579292 --- Diff: core/src/main/scala/org/apache/spark/deploy/PythonRunner.scala --- @@ -85,6 +85,7 @@ object PythonRunner { // pass conf

[GitHub] spark pull request #11211: [SPARK-13330][PYSPARK] PYTHONHASHSEED is not prop...

2016-12-01 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/11211#discussion_r90579050 --- Diff: python/pyspark/rdd.py --- @@ -70,7 +70,8 @@ def portable_hash(x): >>> portable_hash((None, 1)) & 0x 219750521 """

[GitHub] spark pull request #11211: [SPARK-13330][PYSPARK] PYTHONHASHSEED is not prop...

2016-12-01 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/11211#discussion_r90579327 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -832,6 +832,7 @@ private[spark] class Client(