aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
diff options
context:
space:
mode:
authorEvan Chan <ev@ooyala.com>2013-09-06 13:59:43 -0700
committerEvan Chan <ev@ooyala.com>2013-09-06 13:59:43 -0700
commit5a18b854a704fc37dc268f9183552da8655d5b1d (patch)
treedfef4b915734058adb2798c1051371eb0780bda8 /docs/spark-standalone.md
parent76d5d2d3c5881782100571fa2976017fa8df4f57 (diff)
downloadspark-5a18b854a704fc37dc268f9183552da8655d5b1d.tar.gz
spark-5a18b854a704fc37dc268f9183552da8655d5b1d.tar.bz2
spark-5a18b854a704fc37dc268f9183552da8655d5b1d.zip
Easier way to start the master
Diffstat (limited to 'docs/spark-standalone.md')
-rw-r--r--docs/spark-standalone.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 7d4bb1d8be..c54de082f9 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -9,7 +9,7 @@ In addition to running on the Mesos or YARN cluster managers, Spark also provide
You can start a standalone master server by executing:
- ./spark-class org.apache.spark.deploy.master.Master
+ ./bin/start-master.sh
Once started, the master will print out a `spark://HOST:PORT` URL for itself, which you can use to connect workers to it,
or pass as the "master" argument to `SparkContext`. You can also find this URL on