Ben Whitehead created MESOS-5390:
------------------------------------
Summary: v1 Executor Protos not included in maven jar
Key: MESOS-5390
URL: https://issues.apache.org/jira/browse/MESOS-5390
Project: Mesos
Issue Type: Bug
Components: HTTP API
Affects Versions: 0.28.1, 0.28.0
Reporter: Ben Whitehead
According to MESOS-4793 the Executor v1 HTTP API was released in Mesos 0.28.0
however the corresponding protos are not included in the maven jar for version
0.28.0 or 0.28.1.
Script to verify
{code}
wget
https://repo.maven.apache.org/maven2/org/apache/mesos/mesos/0.28.1/mesos-0.28.1.jar
&& unzip -lf mesos-0.28.1.jar | grep "v1\/executor" | wc -l
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)