aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-mesos.md
diff options
context:
space:
mode:
authorMalte <elmalto@users.noreply.github.com>2016-04-07 09:16:07 +0100
committerSean Owen <sowen@cloudera.com>2016-04-07 09:16:07 +0100
commitdb75ccb5522ffdb8cf8fa2531297a2c1d883c283 (patch)
tree112b2390aa859adafbb1b6447fbb322218a659f7 /docs/running-on-mesos.md
parent9ca0760d6769199f164a661655912f028234eb1c (diff)
downloadspark-db75ccb5522ffdb8cf8fa2531297a2c1d883c283.tar.gz
spark-db75ccb5522ffdb8cf8fa2531297a2c1d883c283.tar.bz2
spark-db75ccb5522ffdb8cf8fa2531297a2c1d883c283.zip
Better host description for multi-master mesos
## What changes were proposed in this pull request? Since not having the correct zk url causes job failure, the documentation should include all parameters ## How was this patch tested? no tests necessary Author: Malte <elmalto@users.noreply.github.com> Closes #12218 from elmalto/patch-1.
Diffstat (limited to 'docs/running-on-mesos.md')
-rw-r--r--docs/running-on-mesos.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index 8e47301a75..4a0ab623c1 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -108,7 +108,7 @@ the `dev/make-distribution.sh` script included in a Spark source tarball/checkou
## Using a Mesos Master URL
The Master URLs for Mesos are in the form `mesos://host:5050` for a single-master Mesos
-cluster, or `mesos://zk://host:2181` for a multi-master Mesos cluster using ZooKeeper.
+cluster, or `mesos://zk://host1:2181,host2:2181,host3:2181/mesos` for a multi-master Mesos cluster using ZooKeeper.
## Client Mode