You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2020/09/10 06:51:00 UTC

[jira] [Commented] (SPARK-32839) Make Spark scripts working with the spaces in paths on Windows

    [ https://issues.apache.org/jira/browse/SPARK-32839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193409#comment-17193409 ] 

Apache Spark commented on SPARK-32839:
--------------------------------------

User 'HyukjinKwon' has created a pull request for this issue:
https://github.com/apache/spark/pull/29706

> Make Spark scripts working with the spaces in paths on Windows
> --------------------------------------------------------------
>
>                 Key: SPARK-32839
>                 URL: https://issues.apache.org/jira/browse/SPARK-32839
>             Project: Spark
>          Issue Type: Bug
>          Components: Windows
>    Affects Versions: 3.0.0
>            Reporter: Hyukjin Kwon
>            Priority: Major
>
> Currently, Spark on Windows does not work with the error messages below:
> {code}
> >>> 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.
> {code}
> We should handle whitespaces in the cmd scripts at Spark.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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