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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to