[
https://issues.apache.org/jira/browse/BIGTOP-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227417#comment-14227417
]
Olaf Flebbe commented on BIGTOP-1549:
-------------------------------------
Even spark-1.1.0 depends on mqtt-client-0.4.0
{code}
bigtop/build/spark/deb/spark-1.1.0$ grep -C2 mqtt-client ./external/mqtt/pom.xml
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>mqtt-client</artifactId>
<version>0.4.0</version>
</dependency>
{code}
> spark compile broken
> --------------------
>
> Key: BIGTOP-1549
> URL: https://issues.apache.org/jira/browse/BIGTOP-1549
> Project: Bigtop
> Issue Type: Bug
> Components: build
> Affects Versions: 0.9.0
> Reporter: Olaf Flebbe
> Priority: Critical
> Fix For: 0.9.0
>
>
> Spark does not compile anymore since the dependency mqtt-client-0.4.0 has
> been removed from the eclipse repository.
> See yourself:
> https://repo.eclipse.org/content/repositories/paho-releases/org/eclipse/paho/mqtt-client/0.4.0/
> I did not find a different repository providing it. Since I accidentially
> removed my maven cache I connot compile bigtop any more.
> IMHO The options are:
> * Removing spark
> * Looking into whether upgrading spark solves this issue
> * Providing the needed jar by bigtop itself
> * Uploading the jar to some other repository and adding a new repo to the
> spark build
> * Asking eclipse to reestablish this artifact
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)