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 ABB059893 for ; Sat, 10 Mar 2012 01:13:23 +0000 (UTC) Received: (qmail 34974 invoked by uid 500); 10 Mar 2012 01:13:23 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 34896 invoked by uid 500); 10 Mar 2012 01:13:23 -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 34875 invoked by uid 500); 10 Mar 2012 01:13:22 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 34872 invoked by uid 99); 10 Mar 2012 01:13:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2012 01:13:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2012 01:13:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5D2141777D for ; Sat, 10 Mar 2012 01:12:59 +0000 (UTC) Date: Sat, 10 Mar 2012 01:12:59 +0000 (UTC) From: "Phabricator (Commented) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <532965774.46746.1331341979382.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1713955895.1883.1323713010752.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2646) Hive Ivy dependencies on Hadoop should depend on jars directly, not tarballs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13226673#comment-13226673 ] Phabricator commented on HIVE-2646: ----------------------------------- thw has commented on the revision "HIVE-2646 [jira] Hive Ivy dependencies on Hadoop should depend on jars directly, not tarballs". arc patch --revision 2133 gives me two rejects (applying to trunk head)? patching file build-common.xml patching file build.properties patching file build.xml Hunk #1 FAILED at 684. 1 out of 1 hunk FAILED -- saving rejects to file build.xml.rej patching file builtins/build.xml patching file builtins/ivy.xml patching file cli/ivy.xml patching file common/ivy.xml patching file contrib/build.xml patching file contrib/ivy.xml patching file hbase-handler/build.xml patching file hbase-handler/ivy.xml patching file hwi/build.xml patching file hwi/ivy.xml patching file ivy/common-configurations.xml Hunk #1 FAILED at 18. 1 out of 1 hunk FAILED -- saving rejects to file ivy/common-configurations.xml.rej patching file ivy/ivysettings.xml patching file ivy/libraries.properties patching file jdbc/build.xml patching file jdbc/ivy.xml patching file metastore/ivy.xml patching file pdk/ivy.xml patching file pdk/scripts/build-plugin.xml patching file ql/build.xml patching file ql/ivy.xml patching file serde/ivy.xml patching file service/build.xml patching file service/ivy.xml patching file shims/build.xml patching file shims/ivy.xml patching file testutils/hadoop REVISION DETAIL https://reviews.facebook.net/D2133 > Hive Ivy dependencies on Hadoop should depend on jars directly, not tarballs > ---------------------------------------------------------------------------- > > Key: HIVE-2646 > URL: https://issues.apache.org/jira/browse/HIVE-2646 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Affects Versions: 0.8.0 > Reporter: Andrew Bayer > Priority: Critical > Attachments: HIVE-2646.D2133.1.patch, HIVE-2646.D2133.2.patch, HIVE-2646.D2133.3.patch, HIVE-2646.D2133.4.patch, HIVE-2646.diff.txt > > > The current Hive Ivy dependency logic for its Hadoop dependencies is problematic - depending on the tarball and extracting the jars from there, rather than depending on the jars directly. It'd be great if this was fixed to actually have the jar dependencies defined directly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira