Description
Unzip the spark into D:\Program Files\Spark, when we submit the app, we got error:
'D:\Program' is not recognized as an internal or external command,
operable program or batch file.
In spark-submit.cmd, the script does not handle space:
cmd /V /E /C %~dp0spark-submit2.cmd %*
Attachments
Issue Links
- is related to
-
SPARK-13592 pyspark failed to launch on Windows client
- Resolved
- relates to
-
SPARK-12607 spark-class.cmd produced null command strings for "exec"
- Resolved
- links to