You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Benjamin Cabé (JIRA)" <ji...@apache.org> on 2014/11/27 10:39:12 UTC

[jira] [Commented] (SPARK-4637) spark-1.1.0 does not compile any more

    [ https://issues.apache.org/jira/browse/SPARK-4637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227441#comment-14227441 ] 

Benjamin Cabé commented on SPARK-4637:
--------------------------------------

bq. I did not find a different repository providing it. Since I accidentially removed my maven cache I connot compile spark any more.

FWIW I downloaded 1.1.0 yesterday, and it built just fine, apparently getting mqtt 0.4.0 from spring.io repo.
See http://repo.spring.io/webapp/search/artifact/?2&q=mqtt and http://jcenter.bintray.com/org/eclipse/paho/mqtt-client/0.4.0/

> spark-1.1.0 does not compile any more
> -------------------------------------
>
>                 Key: SPARK-4637
>                 URL: https://issues.apache.org/jira/browse/SPARK-4637
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 0.9.1, 1.1.0
>            Reporter: Olaf Flebbe
>            Priority: Critical
>
> 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/ 
> and
> {code}
> 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}
> I did not find a different repository providing it. Since I accidentially removed my maven cache I connot compile spark any more.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org