[
https://issues.apache.org/jira/browse/MESOS-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
brian wickman updated MESOS-857:
--------------------------------
Priority: Major (was: Minor)
Issue Type: Improvement (was: Task)
Summary: restructure mesos python namespace (was: split mesos and
mesos_pb2 distributions)
> restructure mesos python namespace
> ----------------------------------
>
> Key: MESOS-857
> URL: https://issues.apache.org/jira/browse/MESOS-857
> Project: Mesos
> Issue Type: Improvement
> Components: python api
> Reporter: brian wickman
>
> Right now the mesos_pb2 and mesos dependencies are bundled together into the
> mesos egg. We have some tooling that uses just the compiled protobufs, but
> because they're lumped together with the mesos egg, we get all the
> dependency/platform nightmare that comes along with it, not to mention the
> bloat of including 20MB of .so files. This proposes splitting the mesos
> protobufs into a separate mesos_pb distribution that the mesos distribution
> should depend upon via install_requires (e.g. "mesos_pb==0.15.0-rc4")
--
This message was sent by Atlassian JIRA
(v6.2#6252)