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 313C5DBC6 for ; Fri, 16 Nov 2012 08:08:17 +0000 (UTC) Received: (qmail 24319 invoked by uid 500); 16 Nov 2012 08:08:16 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 23763 invoked by uid 500); 16 Nov 2012 08:08:15 -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 23219 invoked by uid 500); 16 Nov 2012 08:08:13 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 23205 invoked by uid 99); 16 Nov 2012 08:08:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2012 08:08:13 +0000 Date: Fri, 16 Nov 2012 08:08:13 +0000 (UTC) From: "Gopal V (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <572334271.122955.1353053293330.JavaMail.jiratomcat@arcas> In-Reply-To: <1208529346.122952.1353053292226.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HIVE-3714) Patch: Hive's ivy internal resolvers need to use sourceforge for sqlline 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-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-3714: -------------------------- Attachment: hive-ivy.patch Add sourceforge to ivy's internal resolvers > Patch: Hive's ivy internal resolvers need to use sourceforge for sqlline > ------------------------------------------------------------------------ > > Key: HIVE-3714 > URL: https://issues.apache.org/jira/browse/HIVE-3714 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Affects Versions: 0.10.0 > Environment: Ubuntu 12.10 (x86_64) > Reporter: Gopal V > Priority: Trivial > Attachments: hive-ivy.patch > > > While building hive with an internal resolver, ivy fails to resolve sqlline, which needs to be picked up from > http://sourceforge.net/projects/sqlline/files/sqlline/1.0.2/sqlline-1_0_2.jar/download > ant package -Dresolvers=internal > fails with > {code} > [ivy:resolve] ==== datanucleus-repo: tried > [ivy:resolve] -- artifact sqlline#sqlline#1.0.2;1_0_2!sqlline.jar: > [ivy:resolve] http://www.datanucleus.org/downloads/maven2/sqlline/sqlline/1_0_2/sqlline-1_0_2.jar > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: sqlline#sqlline#1.0.2;1_0_2: not found > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > {code} > The attached patch adds sourceforge to the internal resolver list so that if the default sqlline version (& a hadoop snapshot) is used, the build does not fail. -- 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