-
- Downloads
[SPARK-9180] fix spark-shell to accept --name option
This patch fixes [[SPARK-9180]](https://issues.apache.org/jira/browse/SPARK-9180). Users can now set the app name of spark-shell using `spark-shell --name "whatever"`. Author: Kenichi Maehashi <webmaster@kenichimaehashi.com> Closes #7512 from kmaehashi/fix-spark-shell-app-name and squashes the following commits: e24991a [Kenichi Maehashi] use setIfMissing instead of setAppName 18aa4ad [Kenichi Maehashi] fix spark-shell to accept --name option
Showing
- bin/spark-shell 2 additions, 2 deletionsbin/spark-shell
- bin/spark-shell2.cmd 1 addition, 1 deletionbin/spark-shell2.cmd
- repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala 1 addition, 1 deletion....10/src/main/scala/org/apache/spark/repl/SparkILoop.scala
- repl/scala-2.11/src/main/scala/org/apache/spark/repl/Main.scala 1 addition, 1 deletion...cala-2.11/src/main/scala/org/apache/spark/repl/Main.scala
Loading
Please register or sign in to comment