Re: Mesos V1 Operator HTTP API - Java Proto Classes

2016-11-16 Thread Joseph Wu
Added. Welcome to the contributors list :) On Wed, Nov 16, 2016 at 9:49 AM, Vijay Srinivasaraghavan < vijikar...@yahoo.com> wrote: > I have created a JIRA and will submit a patch. Could someone please add me > to the contributor list as I am not able to assign the JIRA to myself? > >

Re: Mesos V1 Operator HTTP API - Java Proto Classes

2016-11-16 Thread Vijay Srinivasaraghavan
I have created a JIRA and will submit a patch. Could someone please add me to the contributor list as I am not able to assign the JIRA to myself? https://issues.apache.org/jira/browse/MESOS-6597 On Wednesday, November 16, 2016 9:00 AM, Anand Mazumdar wrote: We

Re: Mesos V1 Operator HTTP API - Java Proto Classes

2016-11-16 Thread Anand Mazumdar
We wanted to move the project away from officially supporting anything other than C++ and discuss more on if we should be responsible for publishing to the various language specific channels. However, for the time being, we had decided to include the v1 protobufs in the mesos JAR itself. (it

Re: Mesos V1 Operator HTTP API - Java Proto Classes

2016-11-16 Thread Zameer Manji
I think this is a bug, I feel the jar should include all v1 protobuf files. Vijay, I encourage you to file a ticket. On Tue, Nov 15, 2016 at 8:04 PM, Vijay Srinivasaraghavan < vijikar...@yahoo.com.invalid> wrote: > I believe the HTTP API will use the same underlying message format (proto > def)

Re: Mesos V1 Operator HTTP API - Java Proto Classes

2016-11-15 Thread Vijay Srinivasaraghavan
I believe the HTTP API will use the same underlying message format (proto def) and hence the request/response value objects (java) needs to be auto-generated from the proto files for it to be used in Jersey based java rest client?   On Tuesday, November 15, 2016 12:37 PM, Tomek Janiszewski

Re: Mesos V1 Operator HTTP API - Java Proto Classes

2016-11-15 Thread Tomek Janiszewski
I suspect jar is deprecated and includes only old API used by mesoslib. The goal is to create HTTP API and stop supporting native libs (jars, so, etc). I think you shouldn't use that jar in your project. wt., 15.11.2016, 20:38 użytkownik Vijay Srinivasaraghavan < vijikar...@yahoo.com> napisał: >

Mesos V1 Operator HTTP API - Java Proto Classes

2016-11-15 Thread Vijay Srinivasaraghavan
Hello, I am writing a rest client for "operator APIs" and found that some of the protobuf java classes (like "include/mesos/v1/quota/quota.proto", "include/mesos/v1/master/master.proto") are not included in the mesos jar file. While investigating, I have found that the "Make" file does not