[
https://issues.apache.org/jira/browse/MESOS-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Mahler resolved MESOS-1401.
------------------------------------
Resolution: Fixed
{noformat}
commit 299e9d37f81950f6b7a370a2dd05e529f1b744a5
Author: Benjamin Mahler <[email protected]>
Date: Wed May 21 18:10:23 2014 -0700
Fixed an incorrect configuration option.
{noformat}
> --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
> Labels: documentation
>
> 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)