Skip to content
Snippets Groups Projects
Commit 59e648c0 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Fix Java/Scala home having spaces on Windows

parent 173e0354
No related branches found
No related tags found
No related merge requests found
......@@ -63,5 +63,5 @@ if "%SPARK_LAUNCH_WITH_SCALA%" NEQ 1 goto java_runner
set EXTRA_ARGS=%JAVA_OPTS%
:run_spark
%RUNNER% -cp "%CLASSPATH%" %EXTRA_ARGS% %*
"%RUNNER%" -cp "%CLASSPATH%" %EXTRA_ARGS% %*
:exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment