[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-05-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21198 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-05-02 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/21198#discussion_r185705560 --- Diff: python/run-tests.py --- @@ -77,13 +79,33 @@ def run_individual_python_test(test_name, pyspark_python): 'PYSPARK_PYTHON': which(py

[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-05-01 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21198#discussion_r185242826 --- Diff: python/run-tests.py --- @@ -77,13 +79,33 @@ def run_individual_python_test(test_name, pyspark_python): 'PYSPARK_PYTHON': which(pyspark

[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-05-01 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21198#discussion_r185242337 --- Diff: python/run-tests.py --- @@ -77,13 +79,33 @@ def run_individual_python_test(test_name, pyspark_python): 'PYSPARK_PYTHON': which(pyspark

[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-05-01 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/21198#discussion_r185182113 --- Diff: python/run-tests.py --- @@ -77,13 +79,33 @@ def run_individual_python_test(test_name, pyspark_python): 'PYSPARK_PYTHON': which(py

[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-05-01 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/21198#discussion_r185182067 --- Diff: python/run-tests.py --- @@ -77,13 +79,33 @@ def run_individual_python_test(test_name, pyspark_python): 'PYSPARK_PYTHON': which(py

[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21198#discussion_r185158876 --- Diff: python/pyspark/streaming/tests.py --- @@ -1549,7 +1549,9 @@ def search_kinesis_asl_assembly_jar(): kinesis_jar_present = True

[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21198#discussion_r185158778 --- Diff: python/pyspark/streaming/tests.py --- @@ -1549,7 +1549,9 @@ def search_kinesis_asl_assembly_jar(): kinesis_jar_present = True

[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-04-30 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/21198#discussion_r185156339 --- Diff: python/pyspark/streaming/tests.py --- @@ -1549,7 +1549,9 @@ def search_kinesis_asl_assembly_jar(): kinesis_jar_present = True

[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-04-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21198#discussion_r185148928 --- Diff: python/pyspark/streaming/tests.py --- @@ -1549,7 +1549,9 @@ def search_kinesis_asl_assembly_jar(): kinesis_jar_present = True

[GitHub] spark pull request #21198: [SPARK-24126][pyspark] Use build-specific temp di...

2018-04-30 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/21198 [SPARK-24126][pyspark] Use build-specific temp directory for pyspark tests. This avoids polluting and leaving garbage behind in /tmp, and allows the usual build tools to clean up any leftover fil