Return-Path: Delivered-To: apmail-hadoop-pig-dev-archive@www.apache.org Received: (qmail 51773 invoked from network); 22 Sep 2010 21:12:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Sep 2010 21:12:13 -0000 Received: (qmail 68489 invoked by uid 500); 22 Sep 2010 21:12:12 -0000 Delivered-To: apmail-hadoop-pig-dev-archive@hadoop.apache.org Received: (qmail 68453 invoked by uid 500); 22 Sep 2010 21:12:12 -0000 Mailing-List: contact pig-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@hadoop.apache.org Delivered-To: mailing list pig-dev@hadoop.apache.org Received: (qmail 68444 invoked by uid 99); 22 Sep 2010 21:12:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 21:12:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 21:11:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8MLBX0o018560 for ; Wed, 22 Sep 2010 21:11:33 GMT Message-ID: <1375080.354241285189893253.JavaMail.jira@thor> Date: Wed, 22 Sep 2010 17:11:33 -0400 (EDT) From: "Alan Gates (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Assigned: (PIG-1632) The core jar in the tarball contains the kitchen sink In-Reply-To: <102734.306171285025252861.JavaMail.jira@thor> 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/PIG-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1632: ------------------------------- Assignee: Eli Collins > The core jar in the tarball contains the kitchen sink > ------------------------------------------------------ > > Key: PIG-1632 > URL: https://issues.apache.org/jira/browse/PIG-1632 > Project: Pig > Issue Type: Bug > Components: build > Affects Versions: 0.8.0, 0.9.0 > Reporter: Eli Collins > Assignee: Eli Collins > Fix For: site, 0.9.0 > > Attachments: pig-1632-1.patch, pig-1632-2.patch > > > The core jar in the tarball contains the kitchen sink, it's not the same core jar built by ant jar. This is problematic since other projects that want to depend on the pig core jar just want pig core, but pig-0.8.0-SNAPSHOT-core.jar in the tarball contains a bunch of other stuff (hadoop, com.google, commons, etc) that may conflict with the packages also on a user's classpath. > {noformat} > pig1 (trunk)$ jar tvf build/pig-0.8.0-SNAPSHOT-core.jar |grep -v pig|wc -l > 12 > pig1 (trunk)$ tar xvzf build/pig-0.8.0-SNAPSHOT.tar.gz > ... > pig1 (trunk)$ jar tvf pig-0.8.0-SNAPSHOT/pig-0.8.0-SNAPSHOT-core.jar |grep -v pig|wc -l > 4819 > {noformat} > How about restricting the core jar to just Pig classes? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.