Github user berngp commented on the pull request:
https://github.com/apache/spark/pull/355#issuecomment-40301034
@pwendell Mesos 0.16.0 uses protobufs 2.4.1 while Mesos 0.17.0 and above
upgraded to 2.5.0. On the other hand Hadoop 1.4 uses protobufs 2.4.1 while
Hadoop 2.2+ upgraded to 2.5.0. We could have a conditional Mesos version that
used 0.16.0 when using Hadoop < 2.x and Mesos 0.17.0 when using Hadoop >= 2.x.
This doesn't address the fact that Mesos is externalizing the Protobuf version
to client libraries which is always very tricky.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---