Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC6F1913F for ; Thu, 14 Mar 2013 04:48:19 +0000 (UTC) Received: (qmail 47296 invoked by uid 500); 14 Mar 2013 04:48:19 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 47218 invoked by uid 500); 14 Mar 2013 04:48:18 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 47179 invoked by uid 500); 14 Mar 2013 04:48:17 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 46654 invoked by uid 99); 14 Mar 2013 04:48:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2013 04:48:16 +0000 Date: Thu, 14 Mar 2013 04:48:16 +0000 (UTC) From: "Eugene Koontz (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (GIRAPH-559) Giraph build breaks on trunk over Hive IO jar location issue? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GIRAPH-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koontz reopened GIRAPH-559: ---------------------------------- Hi Nitay, Thanks for looking into this, but the jar seems to have disappeared again - I'm getting the same breakage as Eli reported when opening this JIRA, and I don't see the jar in https://oss.sonatype.org/content/repositories/snapshots/com/facebook/giraph/hive/hive-io-experimental/ . > Giraph build breaks on trunk over Hive IO jar location issue? > ------------------------------------------------------------- > > Key: GIRAPH-559 > URL: https://issues.apache.org/jira/browse/GIRAPH-559 > Project: Giraph > Issue Type: Bug > Reporter: Eli Reisman > Assignee: Nitay Joffe > Attachments: GIRAPH-559-2.patch, GIRAPH-559.patch > > > Hi Folks. When I build trunk after pulling the repo today I get this action: > {code} > [INFO] >>> findbugs-maven-plugin:2.5.1:check (default) @ giraph-core >>> > [INFO] > [INFO] --- findbugs-maven-plugin:2.5.1:findbugs (findbugs) @ giraph-core --- > [INFO] Fork Value is true > [INFO] Done FindBugs Analysis.... > [INFO] > [INFO] <<< findbugs-maven-plugin:2.5.1:check (default) @ giraph-core <<< > [INFO] > [INFO] --- findbugs-maven-plugin:2.5.1:check (default) @ giraph-core --- > [INFO] BugInstance size is 0 > [INFO] Error size is 0 > [INFO] No errors/warnings found > [INFO] > [INFO] ------------------------------------------------------------------------ > [INFO] Building Apache Giraph Hive I/O 0.2-SNAPSHOT > [INFO] ------------------------------------------------------------------------ > [WARNING] The POM for com.facebook.giraph.hive:hive-io-experimental:jar:0.2-SNAPSHOT is missing, no dependency information available > Downloading: https://repository.cloudera.com/artifactory/cloudera-repos/org/apache/avro/avro/1.7.1/avro-1.7.1.jar > Downloading: https://repository.apache.org/content/repositories/releases/org/apache/avro/avro/1.7.1/avro-1.7.1.jar > Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/avro/avro/1.7.1/avro-1.7.1.jar (291 KB at 1149.7 KB/sec) > [INFO] ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Giraph Parent .............................. SUCCESS [0.432s] > [INFO] Apache Giraph Core ................................ SUCCESS [1:37.413s] > [INFO] Apache Giraph Hive I/O ............................ FAILURE [1.082s] > [INFO] Apache Giraph Examples ............................ SKIPPED > [INFO] Apache Giraph Accumulo I/O ........................ SKIPPED > [INFO] Apache Giraph HBase I/O ........................... SKIPPED > [INFO] Apache Giraph HCatalog I/O ........................ SKIPPED > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 1:39.263s > [INFO] Finished at: Mon Mar 11 16:38:32 PDT 2013 > [INFO] Final Memory: 35M/110M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project giraph-hive: Could not resolve dependencies for project org.apache.giraph:giraph-hive:jar:0.2-SNAPSHOT: Failure to find com.facebook.giraph.hive:hive-io-experimental:jar:0.2-SNAPSHOT in https://repository.apache.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache snapshots has elapsed or updates are forced -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please read the following articles: > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the command > [ERROR] mvn -rf :giraph-hive > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira