[
https://issues.apache.org/jira/browse/MESOS-6597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15723128#comment-15723128
]
Anand Mazumdar commented on MESOS-6597:
---------------------------------------
{noformat}
commit 5abda76d697dcc21e64f9037b03c3a15fc434286
Author: Vijay Srinivasaraghavan <[email protected]>
Date: Mon Dec 5 08:58:05 2016 -0800
Enabled python proto generation for v1 Master/Agent API.
The correspondng master/agent protos are now included in the
generated Mesos pypi package.
Review: https://reviews.apache.org/r/54015/
commit e1ae5cf8030821e1527466e84a0dfe1864406926
Author: Vijay Srinivasaraghavan <[email protected]>
Date: Mon Dec 5 08:58:00 2016 -0800
Enabled java protos generation for v1 Master/Agent API.
The corresponding master/agent protos are now included in the
generated Mesos JAR.
Review: https://reviews.apache.org/r/53825/
commit 2786ef6e1b7c91ca68ef4c584d8b4316fe2d6a58
Author: Vijay Srinivasaraghavan <[email protected]>
Date: Mon Dec 5 08:57:55 2016 -0800
Fixed missing protobuf java package/classname definition.
Review: https://reviews.apache.org/r/54014/
{noformat}
> Include missing Mesos Java classes for Protobuf files to support Operator
> HTTP V1 API
> -------------------------------------------------------------------------------------
>
> Key: MESOS-6597
> URL: https://issues.apache.org/jira/browse/MESOS-6597
> Project: Mesos
> Issue Type: Bug
> Components: build
> Reporter: Vijay Srinivasaraghavan
> Assignee: Vijay Srinivasaraghavan
> Priority: Blocker
>
> For V1 API support, the build file that generates Java protos wrapper as of
> now includes only executor and scheduler.
> (https://github.com/apache/mesos/blob/master/src/Makefile.am#L334)
> To support operator HTTP API, we also need to generate java protos for
> additional proto definitions like quota, maintenance etc., These java
> definition files will be used by a standard Rest client when using the
> straight HTTP API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)