Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/22919#discussion_r230695150 --- Diff: bin/spark-shell --- @@ -32,7 +32,10 @@ if [ -z "${SPARK_HOME}" ]; then source "$(dirname "$0")"/find-spark-home fi -export _SPARK_CMD_USAGE="Usage: ./bin/spark-shell [options]" +export _SPARK_CMD_USAGE="Usage: ./bin/spark-shell [options] + +Scala REPL options: + -I <file> preload <file>, enforcing line-by-line interpretation" --- End diff -- Shall we also define `-i` behavior here? I think for now this option is also accepted by the REPL.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org