[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-11-07 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r343781041 ## File path: python/pyspark/tests/test_pin_thread.py ## @@ -0,0 +1,156 @@ +# +# Lice

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-11-06 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r343294862 ## File path: docs/job-scheduling.md ## @@ -287,3 +287,21 @@ users can set the `spark

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-11-06 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r343298546 ## File path: python/pyspark/tests/test_context.py ## @@ -214,6 +214,10 @@ def test_p

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-11-06 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r343295682 ## File path: python/pyspark/context.py ## @@ -1010,13 +1010,42 @@ def setJobGroup(se

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-11-06 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r343296341 ## File path: python/pyspark/java_gateway.py ## @@ -30,7 +30,8 @@ if sys.version >=

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-11-06 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r343304429 ## File path: python/pyspark/tests/test_pin_thread.py ## @@ -0,0 +1,156 @@ +# +# Lice

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-11-02 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r341824597 ## File path: python/pyspark/tests/test_pin_thread.py ## @@ -0,0 +1,156 @@ +# +# Lice

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-10-31 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r341244374 ## File path: python/pyspark/tests/test_pin_thread.py ## @@ -0,0 +1,156 @@ +# +# Lice

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-10-29 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r340181707 ## File path: python/pyspark/tests/test_pin_thread.py ## @@ -0,0 +1,156 @@ +# +# Lice

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-10-25 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r339093618 ## File path: python/pyspark/tests/test_pin_thread.py ## @@ -0,0 +1,156 @@ +# +# Lice

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-10-25 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r339082292 ## File path: python/pyspark/tests/test_pin_thread.py ## @@ -0,0 +1,156 @@ +# +# Lice

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-10-25 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r339088405 ## File path: python/pyspark/tests/test_pin_thread.py ## @@ -0,0 +1,156 @@ +# +# Lice

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-10-25 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r339089208 ## File path: python/pyspark/testing/utils.py ## @@ -50,6 +51,44 @@ def write_int(i):

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-10-25 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r339092176 ## File path: python/pyspark/context.py ## @@ -1010,13 +1010,42 @@ def setJobGroup(se

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-10-25 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r339082460 ## File path: python/pyspark/tests/test_pin_thread.py ## @@ -0,0 +1,156 @@ +# +# Lice

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-10-24 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r338661570 ## File path: python/pyspark/context.py ## @@ -1010,13 +1010,42 @@ def setJobGroup(se

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-10-24 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r338661570 ## File path: python/pyspark/context.py ## @@ -1010,13 +1010,42 @@ def setJobGroup(se

[GitHub] [spark] squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's

2019-09-30 Thread GitBox
squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add a mode to pin Python thread into JVM's URL: https://github.com/apache/spark/pull/24898#discussion_r329843402 ## File path: python/pyspark/ml/tests/test_wrapper.py ## @@ -28,6 +29,11 @@ class