[
https://issues.apache.org/jira/browse/SPARK-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14047246#comment-14047246
]
Xiangrui Meng commented on SPARK-1835:
--------------------------------------
Try `sbt/sbt clean` or remove `.idea*` and re-run `sbt/sbt gen-idea`. It may be
due to sbt cache.
> 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)