[VOTE] Release Apache Mesos 1.0.0 (rc4)

2016-07-22 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.0.0. *The vote is open until Tue Jul 25 11:00:00 PDT 2016 and passes if a majority of at least 3 +1 PMC votes are cast.* 1.0.0 includes the following:

Re: [VOTE] Release Apache Mesos 1.0.0 (rc3)

2016-07-22 Thread Vinod Kone
Looks like we missed a cherry pick. I'm cancelling this vote and spinning up rc4. On Fri, Jul 22, 2016 at 2:24 PM, Vinod Kone wrote: > Hi all, > > > Please vote on releasing the following candidate as Apache Mesos 1.0.0. > > *The vote is open until Tue Jul 25 11:00:00 PDT

Re: What will happen in maintenance mode

2016-07-22 Thread tommy xiao
yes, in recently mesos deployment, if i ignore the hostname, just specified IP, the mesos cluster sometime is not working. because the hostname is not correct. so i also curious the machine definition: "Each machine must have at least a hostname or IP included. The hostname is not case-sensitive."

Re: Marathon endpoint link and host networking

2016-07-22 Thread tommy xiao
cool tips. 2016-07-20 21:10 GMT+08:00 Matteo Piccinini < matteo.piccin...@brightcomputing.com>: > Hello everyone, > > Just fyi I solved the issue (Thanks to Tomek), I was submitting an > incorrect JSON, missing ports and requirePorts parameters. > > Here the thread on the marathon list just in

Re: Why not to use messaging queues

2016-07-22 Thread tommy xiao
i think the internal communication is HTTP over protobuf 2016-07-19 16:57 GMT+08:00 Sameer Rahmani : > Hi folks. > > I was wondering why didn't mesos developers use a messaging queue instead > of an HTTP API to serve frameworks ? > > Cheers > Sameer > -- Deshi Xiao

[VOTE] Release Apache Mesos 1.0.0 (rc3)

2016-07-22 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.0.0. *The vote is open until Tue Jul 25 11:00:00 PDT 2016 and passes if a majority of at least 3 +1 PMC votes are cast.* 1.0.0 includes the following:

Re: Releasing a Scala API for Mesos

2016-07-22 Thread Attila Szarvas
Thanks for the suggestion, I've sent the pull request. On 2016-07-22 12:04, haosdent wrote: Thanks a lot for your sharing. May you mind open a pull request on github to add your project to https://github.com/apache/mesos/blob/master/docs/api-client-libraries.md ? On Fri, Jul 22, 2016 at

Re: Releasing a Scala API for Mesos

2016-07-22 Thread haosdent
Thanks a lot for your sharing. May you mind open a pull request on github to add your project to https://github.com/apache/mesos/blob/master/docs/api-client-libraries.md ? On Fri, Jul 22, 2016 at 5:51 PM, Szarvas, Attila (Nokia - HU/Budapest) < attila.szar...@nokia-bell-labs.com> wrote: > Hello,

Releasing a Scala API for Mesos

2016-07-22 Thread Szarvas, Attila (Nokia - HU/Budapest)
Hello, I am working for Nokia Bell Labs and we have been experimenting with Mesos, and we had really good impressions while interacting with it from a Scala project. We have separated the parts responsible for interfacing with Mesos from Scala and now releasing it as a library.