You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/10 06:48:24 UTC

[GitHub] [spark] HyukjinKwon opened a new pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

HyukjinKwon opened a new pull request #29706:
URL: https://github.com/apache/spark/pull/29706


   ### What changes were proposed in this pull request?
   
   If you install Spark under the path that has whitespaces, it does not work on Windows, for example as below:
   
   ```
   >>> SparkSession.builder.getOrCreate()
   Presence of build for multiple Scala versions detected (C:\...\assembly\target\scala-2.13 and C:\...\assembly\target\scala-2.12).
   Remove one of them or, set SPARK_SCALA_VERSION=2.13 in spark-env.cmd.
   Visit https://spark.apache.org/docs/latest/configuration.html#environment-variables for more details about setting environment variables in spark-env.cmd.
   Either clean one of them or, set SPARK_SCALA_VERSION in spark-env.cmd.
   ```
   
   This PR fixes the whitespace handling to support any paths on Windows.
   
   ### Why are the changes needed?
   
   To support Spark working with whitespaces in paths on Windows.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, users will be able to install and run Spark under the paths with whitespaces.
   
   ### How was this patch tested?
   
   Manually tested.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690038835


   **[Test build #128494 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128494/testReport)** for PR 29706 at commit [`cbc7a79`](https://github.com/apache/spark/commit/cbc7a79cfdae381c7fdf18723256cd2caa5536f0).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon edited a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon edited a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690896035






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690163915






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690822986






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690822986






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690824615


   **[Test build #128544 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128544/testReport)** for PR 29706 at commit [`4fda201`](https://github.com/apache/spark/commit/4fda2017b2160ae028cb66bb0bf04d0a4d751630).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690035575






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690872268






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690163915






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690896035


   I'll merge this in few days. I am not sure who to ask review.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690028709






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690035318






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690871694


   **[Test build #128544 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128544/testReport)** for PR 29706 at commit [`4fda201`](https://github.com/apache/spark/commit/4fda2017b2160ae028cb66bb0bf04d0a4d751630).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690822674


   retest this please


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690266244


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/128506/
   Test FAILed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690871694






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690028153


   **[Test build #128492 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128492/testReport)** for PR 29706 at commit [`cbc7a79`](https://github.com/apache/spark/commit/cbc7a79cfdae381c7fdf18723256cd2caa5536f0).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690266236


   Merged build finished. Test FAILed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690896035






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690824615


   **[Test build #128544 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128544/testReport)** for PR 29706 at commit [`4fda201`](https://github.com/apache/spark/commit/4fda2017b2160ae028cb66bb0bf04d0a4d751630).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690822674






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon closed pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #29706:
URL: https://github.com/apache/spark/pull/29706


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon edited a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon edited a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690896035


   I'll merge this in few days. I am not sure who to ask review. Maybe @srowen. ..


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690824615


   **[Test build #128544 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128544/testReport)** for PR 29706 at commit [`4fda201`](https://github.com/apache/spark/commit/4fda2017b2160ae028cb66bb0bf04d0a4d751630).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690872268






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690872268






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690824615






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690824615






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690871694






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690822986






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690035159


   **[Test build #128492 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128492/testReport)** for PR 29706 at commit [`cbc7a79`](https://github.com/apache/spark/commit/cbc7a79cfdae381c7fdf18723256cd2caa5536f0).
    * This patch **fails due to an unknown error code, -9**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690035291


   retest this please


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690028709






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690264641


   **[Test build #128506 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128506/testReport)** for PR 29706 at commit [`4fda201`](https://github.com/apache/spark/commit/4fda2017b2160ae028cb66bb0bf04d0a4d751630).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690896035






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690872268






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690123576


   **[Test build #128506 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128506/testReport)** for PR 29706 at commit [`4fda201`](https://github.com/apache/spark/commit/4fda2017b2160ae028cb66bb0bf04d0a4d751630).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690123576


   **[Test build #128506 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128506/testReport)** for PR 29706 at commit [`4fda201`](https://github.com/apache/spark/commit/4fda2017b2160ae028cb66bb0bf04d0a4d751630).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690035326






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon edited a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon edited a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690896035


   I'll merge this in few days. I am not sure who to ask review. Maybe @srowen. ..


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690124135






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690035318






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690124135






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690822986






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-691799969


   Merged to master


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690039632






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690872268






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690028153


   **[Test build #128492 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128492/testReport)** for PR 29706 at commit [`cbc7a79`](https://github.com/apache/spark/commit/cbc7a79cfdae381c7fdf18723256cd2caa5536f0).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon edited a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
HyukjinKwon edited a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690896035






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690824615






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690038835


   **[Test build #128494 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128494/testReport)** for PR 29706 at commit [`cbc7a79`](https://github.com/apache/spark/commit/cbc7a79cfdae381c7fdf18723256cd2caa5536f0).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690158675


   **[Test build #128494 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128494/testReport)** for PR 29706 at commit [`cbc7a79`](https://github.com/apache/spark/commit/cbc7a79cfdae381c7fdf18723256cd2caa5536f0).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #29706: [SPARK-32839][WINDOWS] Make Spark scripts working with the spaces in paths on Windows

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29706:
URL: https://github.com/apache/spark/pull/29706#issuecomment-690266236






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org