aboutsummaryrefslogtreecommitdiff
path: root/bin/spark-shell.cmd
diff options
context:
space:
mode:
authorMasayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp>2014-08-13 22:17:07 -0700
committerAndrew Or <andrewor14@gmail.com>2014-08-13 22:17:07 -0700
commit9497b12d429cf9d075807896637e40e205175203 (patch)
tree6bc943f1fb10d9ebd20a89922af5fe752efe2afa /bin/spark-shell.cmd
parent0c7b452904fe6b5a966a66b956369123d8a9dd4b (diff)
downloadspark-9497b12d429cf9d075807896637e40e205175203.tar.gz
spark-9497b12d429cf9d075807896637e40e205175203.tar.bz2
spark-9497b12d429cf9d075807896637e40e205175203.zip
[SPARK-3006] Failed to execute spark-shell in Windows OS
Modified the order of the options and arguments in spark-shell.cmd Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Closes #1918 from tsudukim/feature/SPARK-3006 and squashes the following commits: 8bba494 [Masayoshi TSUZUKI] [SPARK-3006] Failed to execute spark-shell in Windows OS 1a32410 [Masayoshi TSUZUKI] [SPARK-3006] Failed to execute spark-shell in Windows OS
Diffstat (limited to 'bin/spark-shell.cmd')
-rwxr-xr-xbin/spark-shell.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spark-shell.cmd b/bin/spark-shell.cmd
index b56d698011..2ee60b4e2a 100755
--- a/bin/spark-shell.cmd
+++ b/bin/spark-shell.cmd
@@ -19,4 +19,4 @@ rem
set SPARK_HOME=%~dp0..
-cmd /V /E /C %SPARK_HOME%\bin\spark-submit.cmd spark-shell --class org.apache.spark.repl.Main %*
+cmd /V /E /C %SPARK_HOME%\bin\spark-submit.cmd --class org.apache.spark.repl.Main %* spark-shell