You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Andrew Bayer (JIRA)" <ji...@apache.org> on 2015/10/19 09:41:05 UTC

[jira] [Assigned] (INFRA-10629) Build is failing continuously on jenkins H11 ubuntu machine

     [ https://issues.apache.org/jira/browse/INFRA-10629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Bayer reassigned INFRA-10629:
------------------------------------

    Assignee: Andrew Bayer

> Build is failing continuously on jenkins  H11 ubuntu machine
> ------------------------------------------------------------
>
>                 Key: INFRA-10629
>                 URL: https://issues.apache.org/jira/browse/INFRA-10629
>             Project: Infrastructure
>          Issue Type: Bug
>            Reporter: Raju Bairishetti
>            Assignee: Andrew Bayer
>
> Lens build is continuously failing on *H11 ubuntu* machine on jenkins. 
> spark-core_2.10 is looking for spark-parent instead of spark-parent_2.10 which is wrong. 
> parent for spar-core_2.10 is spark-parent_2.10
> {noformat}
>   <parent>
>     <groupId>org.apache.spark</groupId>
>     <artifactId>spark-parent_2.10</artifactId>
>     <version>1.6.0-SNAPSHOT</version>
>     <relativePath>../pom.xml</relativePath>
>   </parent>
> {noformat}
> Error:
> ----
> -----
> [ERROR] Failed to execute goal on project lens-ml-lib: Could not resolve dependencies for project org.apache.lens:lens-ml-lib:jar:2.5.0-beta-SNAPSHOT: Failed to collect dependencies for [org.apache.lens:lens-server-api:jar:2.5.0-beta-SNAPSHOT (compile), org.apache.lens:lens-server-api:jar:tests:2.5.0-beta-SNAPSHOT (test), org.apache.lens:lens-api:jar:2.5.0-beta-SNAPSHOT (compile), org.apache.lens:lens-client:jar:2.5.0-beta-SNAPSHOT (compile), org.apache.hadoop:hadoop-common:jar:2.4.0 (provided), org.apache.hive:hive-exec:jar:0.13.3-inm (provided), org.testng:testng:jar:6.8 (test), org.apache.spark:spark-core_2.10:jar:1.3.0 (compile), org.apache.spark:spark-mllib_2.10:jar:1.3.0 (compile), org.apache.spark:spark-yarn_2.10:jar:1.3.0 (compile), org.apache.hive.hcatalog:hive-hcatalog-core:jar:0.13.3-inm (compile), org.glassfish.jersey.media:jersey-media-multipart:jar:2.3.1 (compile), org.apache.lens:lens-server:jar:classes:2.5.0-beta-SNAPSHOT (test), org.apache.lens:lens-server:jar:tests:2.5.0-beta-SNAPSHOT (test), org.apache.lens:lens-driver-hive:jar:tests:2.5.0-beta-SNAPSHOT (test), org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:2.3.1 (test), org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:2.3.1 (test)]: Failed to read artifact descriptor for org.apache.spark:spark-core_2.10:jar:1.3.0: Failure to find org.apache.spark:spark-parent:pom:1.3.0 in https://github.com/InMobi/mvn-repo/raw/master/releases was cached in the local repository, resolution will not be reattempted until the update interval of inmobi.repo has elapsed or updates are forced -> [Help 1]
> -----
> Can we remove org/apache/spark* from .m2 repository on H11 ubuntu machine? Not sure whether this solve this issue or not.



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