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(){
46
46
# (see https://github.com/sbt/sbt/issues/562).
47
47
stty -icanon min 1 -echo > /dev/null 2>&1
48
48
export SPARK_SUBMIT_OPTS=" $SPARK_SUBMIT_OPTS -Djline.terminal=unix"
49
- $FWDIR /bin/spark-submit spark-internal " $@ " --class org.apache.spark.repl.Main
49
+ $FWDIR /bin/spark-submit spark-shell " $@ " --class org.apache.spark.repl.Main
50
50
stty icanon echo > /dev/null 2>&1
51
51
else
52
52
export SPARK_SUBMIT_OPTS
53
- $FWDIR /bin/spark-submit spark-internal " $@ " --class org.apache.spark.repl.Main
53
+ $FWDIR /bin/spark-submit spark-shell " $@ " --class org.apache.spark.repl.Main
54
54
fi
55
55
}
56
56
Original file line number Diff line number Diff line change 19
19
20
20
set SPARK_HOME = %~dp0 ..
21
21
22
- cmd /V /E /C %SPARK_HOME% \bin\spark-submit.cmd spark-internal %* --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