From db75ccb5522ffdb8cf8fa2531297a2c1d883c283 Mon Sep 17 00:00:00 2001 From: Malte Date: Thu, 7 Apr 2016 09:16:07 +0100 Subject: 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 Closes #12218 from elmalto/patch-1. --- docs/running-on-mesos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/running-on-mesos.md') 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 -- cgit v1.2.3