Skip to content

Commit

Permalink
Merge branch 'master' of git://git.apache.org/spark into SPARK-2670
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Jul 31, 2014
2 parents d353984 + 669e3f0 commit e8713cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/spark-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ To run an interactive Spark shell against the cluster, run the following command

./bin/spark-shell --master spark://IP:PORT

Note that if you are running spark-shell from one of the spark cluster machines, the `bin/spark-shell` script will
automatically set MASTER from the `SPARK_MASTER_IP` and `SPARK_MASTER_PORT` variables in `conf/spark-env.sh`.

You can also pass an option `--cores <numCores>` to control the number of cores that spark-shell uses on the cluster.

# Launching Compiled Spark Applications
Expand Down

0 comments on commit e8713cc

Please sign in to comment.