Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 9C23217F96 for ; Wed, 8 Oct 2014 17:20:34 +0000 (UTC) Received: (qmail 99760 invoked by uid 500); 8 Oct 2014 17:20:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 99640 invoked by uid 500); 8 Oct 2014 17:20:34 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 99467 invoked by uid 500); 8 Oct 2014 17:20:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 99462 invoked by uid 99); 8 Oct 2014 17:20:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2014 17:20:34 +0000 Date: Wed, 8 Oct 2014 17:20:33 +0000 (UTC) From: "Vaibhav Gumashta (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-8399) Build failure on trunk & 14 branch 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/HIVE-8399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-8399: ----------------------------------- Summary: Build failure on trunk & 14 branch (was: Build failure on trunk) > Build failure on trunk & 14 branch > ---------------------------------- > > Key: HIVE-8399 > URL: https://issues.apache.org/jira/browse/HIVE-8399 > Project: Hive > Issue Type: Bug > Affects Versions: 0.14.0 > Reporter: Vaibhav Gumashta > Priority: Blocker > Fix For: 0.14.0 > > > {code} > Downloading: http://repo.maven.apache.org/maven2/net/hydromatic/linq4j/0.4/linq4j-0.4.pom > [INFO] ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Hive .............................................. SUCCESS [ 2.591 s] > [INFO] Hive Shims Common ................................. SUCCESS [ 1.774 s] > [INFO] Hive Shims 0.20 ................................... SUCCESS [ 0.656 s] > [INFO] Hive Shims Secure Common .......................... SUCCESS [ 0.954 s] > [INFO] Hive Shims 0.20S .................................. SUCCESS [ 0.516 s] > [INFO] Hive Shims 0.23 ................................... SUCCESS [ 1.769 s] > [INFO] Hive Shims ........................................ SUCCESS [ 0.192 s] > [INFO] Hive Common ....................................... SUCCESS [ 3.753 s] > [INFO] Hive Serde ........................................ SUCCESS [ 3.005 s] > [INFO] Hive Metastore .................................... SUCCESS [ 10.376 s] > [INFO] Hive Ant Utilities ................................ SUCCESS [ 0.266 s] > [INFO] Hive Query Language ............................... FAILURE [ 10.606 s] > [INFO] Hive Service ...................................... SKIPPED > [INFO] Hive Accumulo Handler ............................. SKIPPED > [INFO] Hive JDBC ......................................... SKIPPED > [INFO] Hive Beeline ...................................... SKIPPED > [INFO] Hive CLI .......................................... SKIPPED > [INFO] Hive Contrib ...................................... SKIPPED > [INFO] Hive HBase Handler ................................ SKIPPED > [INFO] Hive HCatalog ..................................... SKIPPED > [INFO] Hive HCatalog Core ................................ SKIPPED > [INFO] Hive HCatalog Pig Adapter ......................... SKIPPED > [INFO] Hive HCatalog Server Extensions ................... SKIPPED > [INFO] Hive HCatalog Webhcat Java Client ................. SKIPPED > [INFO] Hive HCatalog Webhcat ............................. SKIPPED > [INFO] Hive HCatalog Streaming ........................... SKIPPED > [INFO] Hive HWI .......................................... SKIPPED > [INFO] Hive ODBC ......................................... SKIPPED > [INFO] Hive Shims Aggregator ............................. SKIPPED > [INFO] Hive TestUtils .................................... SKIPPED > [INFO] Hive Packaging .................................... SKIPPED > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 37.318 s > [INFO] Finished at: 2014-10-08T10:16:32-08:00 > [INFO] Final Memory: 54M/355M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project hive-exec: Error resolving project artifact: Could not transfer artifact net.hydromatic:linq4j:pom:0.4 from/to datanucleus (http://www.datanucleus.org/downloads/maven2): Access denied to: http://www.datanucleus.org/downloads/maven2/net/hydromatic/linq4j/0.4/linq4j-0.4.pom, ReasonPhrase: Forbidden. for project net.hydromatic:linq4j:jar:0.4 -> [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/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the command > [ERROR] mvn -rf :hive-exec > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)