File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ function main(){
4646 # (see https://github.com/sbt/sbt/issues/562).
4747 stty -icanon min 1 -echo > /dev/null 2>&1
4848 export SPARK_SUBMIT_OPTS=" $SPARK_SUBMIT_OPTS -Djline.terminal=unix"
49- $FWDIR /bin/spark-submit spark-shell " $@ " -- class org.apache.spark.repl.Main
49+ $FWDIR /bin/spark-submit -- class org.apache.spark.repl.Main spark-shell " $@ "
5050 stty icanon echo > /dev/null 2>&1
5151 else
5252 export SPARK_SUBMIT_OPTS
53- $FWDIR /bin/spark-submit spark-shell " $@ " -- class org.apache.spark.repl.Main
53+ $FWDIR /bin/spark-submit -- class org.apache.spark.repl.Main spark-shell " $@ "
5454 fi
5555}
5656
Original file line number Diff line number Diff line change 1919
2020set SPARK_HOME = %~dp0 ..
2121
22- cmd /V /E /C %SPARK_HOME% \bin\spark-submit.cmd spark-shell %* --class org.apache.spark.repl.Main
22+ cmd /V /E /C %SPARK_HOME% \bin\spark-submit.cmd spark-shell --class org.apache.spark.repl.Main %*
You can’t perform that action at this time.
0 commit comments