Skip to content
Snippets Groups Projects
Commit 5a18b854 authored by Evan Chan's avatar Evan Chan
Browse files

Easier way to start the master

parent 76d5d2d3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment