Tobias Pfeiffer created MESOS-1401:
--------------------------------------
Summary: --master parameter documentation wrong on High
Availability page
Key: MESOS-1401
URL: https://issues.apache.org/jira/browse/MESOS-1401
Project: Mesos
Issue Type: Bug
Components: documentation
Reporter: Tobias Pfeiffer
On http://mesos.apache.org/documentation/latest/high-availability/ it says
* "Start the mesos-master binaries using the --zk flag, e.g.
`--zk=zk://host1:port1/path,host2:port2/path…'"
* "Start the mesos-slave binaries with
--master=zk://host1:port1/path,host2:port2/path..."
The path for Zookeeper is incorrect. The "/path" part must come only after the
last host, i.e., "zk://host1:port1,host2:port2,…/path". On
http://mesos.apache.org/documentation/latest/configuration/ this is documented
correctly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)