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 BBB837B22 for ; Mon, 1 Aug 2011 05:23:51 +0000 (UTC) Received: (qmail 82223 invoked by uid 500); 1 Aug 2011 05:23:50 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 81974 invoked by uid 500); 1 Aug 2011 05:23:37 -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 81941 invoked by uid 99); 1 Aug 2011 05:23:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 05:23:33 +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 05:23: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 85F95972D2 for ; Mon, 1 Aug 2011 05:23:09 +0000 (UTC) Date: Mon, 1 Aug 2011 05:23:09 +0000 (UTC) From: "Eric Yang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1140782814.22250.1312176189545.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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073438#comment-13073438 ] Eric Yang commented on HADOOP-7371: ----------------------------------- Source jar + JMX + Eclipse combined can setup a debug environment when production cluster is in trouble. > 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