Repository: spark
Updated Branches:
  refs/heads/master 0c7b45290 -> 9497b12d4


[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 <tsudu...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9497b12d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9497b12d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9497b12d

Branch: refs/heads/master
Commit: 9497b12d429cf9d075807896637e40e205175203
Parents: 0c7b452
Author: Masayoshi TSUZUKI <tsudu...@oss.nttdata.co.jp>
Authored: Wed Aug 13 22:17:07 2014 -0700
Committer: Andrew Or <andrewo...@gmail.com>
Committed: Wed Aug 13 22:17:07 2014 -0700

----------------------------------------------------------------------
 bin/spark-shell.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/9497b12d/bin/spark-shell.cmd
----------------------------------------------------------------------
diff --git a/bin/spark-shell.cmd b/bin/spark-shell.cmd
index b56d698..2ee60b4 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to