Skip to content

Commit

Permalink
[SPARK-3006] Failed to execute spark-shell in Windows OS
Browse files Browse the repository at this point in the history
re-modified the order of the arguments in order to accept submit options.
  • Loading branch information
tsudukim committed Aug 14, 2014
1 parent 1a32410 commit 8bba494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spark-shell.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ rem

set SPARK_HOME=%~dp0..

cmd /V /E /C %SPARK_HOME%\bin\spark-submit.cmd --class org.apache.spark.repl.Main spark-shell %*
cmd /V /E /C %SPARK_HOME%\bin\spark-submit.cmd --class org.apache.spark.repl.Main %* spark-shell

0 comments on commit 8bba494

Please sign in to comment.