File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ set -o posix
3434FWDIR=" $( cd ` dirname $0 ` /..; pwd) "
3535
3636SPARK_REPL_OPTS=" ${SPARK_REPL_OPTS:- " " } "
37- DEFAULT_MASTER=" local"
37+ DEFAULT_MASTER=" local[*] "
3838MASTER=${MASTER:- " " }
3939
4040info_log=0
@@ -64,7 +64,7 @@ ${txtbld}OPTIONS${txtrst}:
6464 is followed by m for megabytes or g for gigabytes, e.g. "1g".
6565 -dm --driver-memory : The memory used by the Spark Shell, the number is followed
6666 by m for megabytes or g for gigabytes, e.g. "1g".
67- -m --master : A full string that describes the Spark Master, defaults to "local"
67+ -m --master : A full string that describes the Spark Master, defaults to "local[*] "
6868 e.g. "spark://localhost:7077".
6969 --log-conf : Enables logging of the supplied SparkConf as INFO at start of the
7070 Spark Context.
You can’t perform that action at this time.
0 commit comments