[
https://issues.apache.org/jira/browse/SPARK-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14047283#comment-14047283
]
Stephen Boesch commented on SPARK-1835:
---------------------------------------
Hey thanks - that did the trick! So then it appears your fix of manually
deleting the mesos-18.1.jar after doing a sbt gen-idea is working.
> sbt gen-idea includes both mesos and mesos with shaded-protobuf into
> dependencies
> ---------------------------------------------------------------------------------
>
> Key: SPARK-1835
> URL: https://issues.apache.org/jira/browse/SPARK-1835
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 1.0.0
> Reporter: Xiangrui Meng
> Priority: Minor
>
> gen-idea includes both mesos-0.18.1 and mesos-0.18.1-shaded-protobuf into
> dependencies. This generates compile error because mesos-0.18.1 comes first
> and there is no protobuf jar in the dependencies.
> A workaround is to delete mesos-0.18.1.jar manually from idea intellij.
> Another solution is to publish the shaded jar as a separate version instead
> of using classifier.
--
This message was sent by Atlassian JIRA
(v6.2#6252)