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/10 06:45:00 UTC

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

Hyukjin Kwon created SPARK-32839:
------------------------------------

             Summary: 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


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