Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B3D27EB5 for ; Mon, 1 Aug 2011 02:25:33 +0000 (UTC) Received: (qmail 72355 invoked by uid 500); 1 Aug 2011 02:25:33 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 72111 invoked by uid 500); 1 Aug 2011 02:25:32 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 72096 invoked by uid 99); 1 Aug 2011 02:25:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 02:25:32 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,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; Mon, 01 Aug 2011 02:25:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3A00C973AA for ; Mon, 1 Aug 2011 02:25:10 +0000 (UTC) Date: Mon, 1 Aug 2011 02:25:10 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1559829391.22139.1312165510234.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1415670632.7518.1307638679263.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-7371) Improve tarball distributions 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/HADOOP-7371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073419#comment-13073419 ] Allen Wittenauer commented on HADOOP-7371: ------------------------------------------ Why would Eclipse users use the tarball? Besides, don't Eclipse users have other things they need to do before they can actually do things with Hadoop? > Improve tarball distributions > ----------------------------- > > Key: HADOOP-7371 > URL: https://issues.apache.org/jira/browse/HADOOP-7371 > Project: Hadoop Common > Issue Type: Improvement > Components: build > Environment: Java 6, Redhat 5.5 > Reporter: Eric Yang > Assignee: Eric Yang > Fix For: 0.23.0 > > Attachments: HADOOP-7371.patch > > > Hadoop release tarball contains both raw source and binary. This leads users to use the release tarball as base for applying patches, to build custom Hadoop. This is not the recommended method to develop hadoop because it leads to mixed development system where processed files and raw source are hard to separate. > To correct the problematic usage of the release tarball, the release build target should be defined as: > "ant source" generates source release tarball. > "ant binary" is binary release without source/javadoc jar files. > "ant tar" is a mirror of binary release with source/javadoc jar files. > Does this sound reasonable? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira