aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-01-02 18:37:40 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2014-01-02 18:37:40 +0530
commitb810a85cdddb247e1a104f4daad905b97222ad85 (patch)
tree89744bc45d5e895aae5d32fd76e8ba35232f1139 /docs/spark-standalone.md
parent980afd280a331103ce7391adaf484dd497218741 (diff)
downloadspark-b810a85cdddb247e1a104f4daad905b97222ad85.tar.gz
spark-b810a85cdddb247e1a104f4daad905b97222ad85.tar.bz2
spark-b810a85cdddb247e1a104f4daad905b97222ad85.zip
spark-shell -> bin/spark-shell
Diffstat (limited to 'docs/spark-standalone.md')
-rw-r--r--docs/spark-standalone.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index c2ce23081a..ec5ae5b4f7 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -143,9 +143,9 @@ constructor](scala-programming-guide.html#initializing-spark).
To run an interactive Spark shell against the cluster, run the following command:
- MASTER=spark://IP:PORT ./spark-shell
+ MASTER=spark://IP:PORT ./bin/spark-shell
-Note that if you are running spark-shell from one of the spark cluster machines, the `spark-shell` script will
+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 `-c <numCores>` to control the number of cores that spark-shell uses on the cluster.