RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
Hi, It is like what I have in mind. But I’m contemplating if akka-streams is an overkill for a framework. I would like to see a comparison implementation with/without akka-streams/RxJava. There is no source code on github for it, right? Many thanks, Petr From: Tomek Janiszewski [mai

RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
Hi, I have already read this book some time ago. It was updated for the v1 APIs? Thanks, Petr From: David Greenberg [mailto:dsg123456...@gmail.com] Sent: 13. listopadu 2016 15:36 To: user@mesos.apache.org Subject: Re: Implementation examples for framework using V1 APIs for Scala/Java

RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
Nice one to play with. Thanks. Is mesos-rxjava official attempt to replace the old Java lib (libmesos based) to interact with Mesos? Or is it just kind of non-stable experiment? Petr From: haosdent [mailto:haosd...@gmail.com] Sent: 14. listopadu 2016 14:28 To: user Subject: Re: Implement

RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
Is there any Mesosphere framework in production build for v1 API as of yet? For some important service like Spark, Kafka, Cassandra and such. I would like to adopt Mesos in our company but I have never work with streamed chunked HTTP API before so I don't know how imperative Java/Scala code loo

RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
I meant source code for the presentation. Petr From: Petr Novak [mailto:oss.mli...@gmail.com] Sent: 17. listopadu 2016 12:52 To: user@mesos.apache.org Subject: RE: Implementation examples for framework using V1 APIs for Scala/Java Hi, It is like what I have in mind. But I’m contemplat

Re: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread David Greenberg
Sorry, I misunderstood. The V1 APIs aren't covered in the book. For what it's worth, I think that most frameworks are still using the native libs, until a V1 library exists. On Thu, Nov 17, 2016 at 7:53 PM Petr Novak wrote: > Hi, > > I have already read this book some time ago. It was updated fo

Question on Mesos 1.1.0 LaunchGroup

2016-11-17 Thread Qi Feng
I'm trying the LaunchGroup feature. But I find the an executorInfo is required. message LaunchGroup { required ExecutorInfo executor =3D 1; required TaskGroupInfo task_group =3D 2; } What's more, an executor id is required in executorInfo. How would I build = the executorInf