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

2018-06-22 Thread dataknocker
Github user dataknocker commented on a diff in the pull request: https://github.com/apache/spark/pull/18324#discussion_r197355680 --- Diff: python/pyspark/worker.py --- @@ -177,8 +180,11 @@ def process(): process() except Exception: try

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

2017-11-30 Thread dataknocker
Github user dataknocker commented on a diff in the pull request: https://github.com/apache/spark/pull/18324#discussion_r154274837 --- Diff: python/pyspark/worker.py --- @@ -177,8 +180,11 @@ def process(): process() except Exception: try

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

2017-06-20 Thread dataknocker
Github user dataknocker commented on a diff in the pull request: https://github.com/apache/spark/pull/18324#discussion_r122934275 --- Diff: python/pyspark/worker.py --- @@ -177,8 +180,11 @@ def process(): process() except Exception: try

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

2017-06-18 Thread dataknocker
Github user dataknocker commented on a diff in the pull request: https://github.com/apache/spark/pull/18324#discussion_r122612674 --- Diff: python/pyspark/tests.py --- @@ -1859,6 +1860,31 @@ def test_with_different_versions_of_python(self): finally

[GitHub] spark issue #18324: [SPARK-21045][PYSPARK]Fixed executor blocked because tra...

2017-06-16 Thread dataknocker
Github user dataknocker commented on the issue: https://github.com/apache/spark/pull/18324 @HyukjinKwon pr 18262 have some problems. So I add this new pr. I have add my test for this change. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark issue #18262: [SPARK-21045][PYSPARK]Fixed executor blocked because tra...

2017-06-16 Thread dataknocker
Github user dataknocker commented on the issue: https://github.com/apache/spark/pull/18262 Some thing wrong, so I close this pr and add new pr [#18324](https://github.com/apache/spark/pull/18324) --- If your project is set up for it, you can reply to this email and have your reply

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

2017-06-16 Thread dataknocker
GitHub user dataknocker opened a pull request: https://github.com/apache/spark/pull/18324 [SPARK-21045][PYSPARK]Fixed executor blocked because traceback.format_exc throw UnicodeDecodeError ## What changes were proposed in this pull request? check if traceback.format_exc

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

2017-06-16 Thread dataknocker
Github user dataknocker closed the pull request at: https://github.com/apache/spark/pull/18262 --- 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 issue #18262: [SPARK-21045][PYSPARK]Fixed executor blocked because tra...

2017-06-13 Thread dataknocker
Github user dataknocker commented on the issue: https://github.com/apache/spark/pull/18262 @HyukjinKwon ok, I will add my test later. --- 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

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

2017-06-13 Thread dataknocker
Github user dataknocker commented on a diff in the pull request: https://github.com/apache/spark/pull/18262#discussion_r121599465 --- Diff: python/pyspark/worker.py --- @@ -177,8 +177,13 @@ def process(): process() except Exception: try

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

2017-06-13 Thread dataknocker
Github user dataknocker commented on a diff in the pull request: https://github.com/apache/spark/pull/18262#discussion_r121590988 --- Diff: python/pyspark/worker.py --- @@ -177,8 +177,13 @@ def process(): process() except Exception: try

[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: write_int

[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: write_int

[GitHub] spark issue #18262: [SPARK-21045][PYSPARK]Fixed executor blocked because tra...

2017-06-10 Thread dataknocker
Github user dataknocker commented on the issue: https://github.com/apache/spark/pull/18262 We can choose one pr in this and [#18261](https://github.com/apache/spark/pull/18261) to slove SPARK-21045 --- If your project is set up for it, you can reply to this email and have your reply

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

2017-06-10 Thread dataknocker
GitHub user dataknocker opened a pull request: https://github.com/apache/spark/pull/18262 [SPARK-21045][PYSPARK]Fixed executor blocked because traceback.format_exc throw UnicodeDecodeError ## What changes were proposed in this pull request? when encode throw exception, use

[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