[GitHub] spark pull request #18261: [SPARK-21045][PYSPARK] Fixed executor blocked bec...

2017-06-12 Thread dataknocker
Github user dataknocker closed the pull request at: https://github.com/apache/spark/pull/18261 --- 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

[GitHub] spark pull request #18261: [SPARK-21045][PYSPARK] Fixed executor blocked bec...

2017-06-12 Thread dataknocker
Github user dataknocker commented on a diff in the pull request: https://github.com/apache/spark/pull/18261#discussion_r121579335 --- Diff: python/pyspark/worker.py --- @@ -178,7 +178,7 @@ def process(): except Exception: try:

[GitHub] spark pull request #18261: [SPARK-21045][PYSPARK] Fixed executor blocked bec...

2017-06-12 Thread dataknocker
Github user dataknocker commented on a diff in the pull request: https://github.com/apache/spark/pull/18261#discussion_r121578044 --- Diff: python/pyspark/worker.py --- @@ -178,7 +178,7 @@ def process(): except Exception: try:

[GitHub] spark pull request #18261: [SPARK-21045][PYSPARK] Fixed executor blocked bec...

2017-06-10 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/18261#discussion_r121261346 --- Diff: python/pyspark/worker.py --- @@ -178,7 +178,7 @@ def process(): except Exception: try:

[GitHub] spark pull request #18261: [SPARK-21045][PYSPARK] Fixed executor blocked bec...

2017-06-10 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/18261#discussion_r121261010 --- Diff: python/pyspark/worker.py --- @@ -178,7 +178,7 @@ def process(): except Exception: try:

[GitHub] spark pull request #18261: [SPARK-21045][PySpark] Fixed executor blocked bec...

2017-06-10 Thread dataknocker
GitHub user dataknocker opened a pull request: https://github.com/apache/spark/pull/18261 [SPARK-21045][PySpark] Fixed executor blocked because of traceback.format_exc throw UnicodeD… …ecodeError ## What changes were proposed in this pull request? remove