File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,10 @@ if [ -z "${SPARK_HOME}" ]; then
3232 source " $( dirname " $0 " ) " /find-spark-home
3333fi
3434
35- export _SPARK_CMD_USAGE=" Usage: ./bin/spark-shell [options]"
35+ export _SPARK_CMD_USAGE=" Usage: ./bin/spark-shell [options]
36+
37+ Scala REPL options:
38+ -I <file> preload <file>, enforcing line-by-line interpretation"
3639
3740# SPARK-4161: scala does not assume use of the java classpath,
3841# so we need to add the "-Dscala.usejavacp=true" flag manually. We
Original file line number Diff line number Diff line change 2020rem Figure out where the Spark framework is installed
2121call " %~dp0 find-spark-home.cmd"
2222
23- set _SPARK_CMD_USAGE = Usage: .\bin\spark-shell.cmd [options]
23+ set LF = ^
24+
25+
26+ rem two empty lines are required
27+ set _SPARK_CMD_USAGE = Usage: .\bin\spark-shell.cmd [options]^ %LF%%LF% ^ %LF%%LF% ^
28+ Scala REPL options:^ %LF%%LF% ^
29+ -I ^ < file^ > preload ^ < file^ > , enforcing line-by-line interpretation
2430
2531rem SPARK-4161: scala does not assume use of the java classpath,
2632rem so we need to add the "-Dscala.usejavacp=true" flag manually. We
You can’t perform that action at this time.
0 commit comments