Authentication module

2016-12-02 Thread Alexander Gallego
For the authentication module: http://mesos.apache.org/documentation/latest/modules/ does it mean kerberos,ldap, etc for tasks or for framework registration or for machine registration are there any more docs on this?

Mesos cluster across a wide area network

2016-12-02 Thread Rodrick Brown
How feasible is it to run Mesos across a private WAN. I have two data centers and private fiber between each location latency is about 80ms between both locations. My thinking is to run 5 masters Three in NY and 2 in London same setup for Zookeeper. I have about 120 nodes in NYC and 80 nodes

Re: Mesos cluster across a wide area network

2016-12-02 Thread Alexander Gallego
On Fri, Dec 2, 2016 at 3:04 PM, Rodrick Brown wrote: > How feasible is it to run Mesos across a private WAN. > > I have two data centers and private fiber between each location latency is > about 80ms between both locations. > My thinking is to run 5 masters Three in NY and 2 in London same setup

Re: Mesos cluster across a wide area network

2016-12-02 Thread Avinash Sridharan
There has been some discussion on federated clusters on this list before. Probably @bmahler can add some more thoughts here. Apart from the issue of stabilizing the Master quorum there is also the issue of scheduling, i.e., how do frameworks decide which set of nodes, NY or Longond, to schedule a j

Failure reason documentation

2016-12-02 Thread Wil Yegelwel
Hey mesos users! I can't seem to find any documentation about the various reasons mesos includes when a job fails. Is there a place that describes what the reasons mean? Thanks, Wil

Re: Mesos cluster across a wide area network

2016-12-02 Thread Rodrick Brown
> On Dec 2, 2016, at 3:28 PM, Avinash Sridharan wrote: > > There has been some discussion on federated clusters on this list before. > Probably @bmahler can add some more thoughts here. Apart from the issue of > stabilizing the Master quorum there is also the issue of scheduling, i.e., > how

Re: Failure reason documentation

2016-12-02 Thread Tomek Janiszewski
Hi Are you referring to task state? If yes then take a look at comments in proto https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto#L1552 http://mesos.apache.org/api/latest/java/org/apache/mesos/Protos.TaskState.html Best Tomek pt., 2.12.2016, 21:31 użytkownik Wil Yegelwel na

Re: Failure reason documentation

2016-12-02 Thread Wil Yegelwel
No I'm referring to the values of the enum Reason. On Fri, Dec 2, 2016, 4:52 PM Tomek Janiszewski wrote: > Hi > > Are you referring to task state? If yes then take a look at comments in > proto > https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto#L1552 > > http://mesos.apache.