You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Tobias Pfeiffer (JIRA)" <ji...@apache.org> on 2014/05/21 03:57:40 UTC

[jira] [Created] (MESOS-1401) --master parameter documentation wrong on High Availability page

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)