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

[jira] [Resolved] (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:all-tabpanel ]

Hyukjin Kwon resolved SPARK-32839.
----------------------------------
    Fix Version/s: 3.1.0
       Resolution: Fixed

Issue resolved by pull request 29706
[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
>            Assignee: Hyukjin Kwon
>            Priority: Major
>             Fix For: 3.1.0
>
>
> 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