From common-issues-return-13777-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Mon Mar 28 19:45:44 2011 Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 68860 invoked from network); 28 Mar 2011 19:45:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Mar 2011 19:45:43 -0000 Received: (qmail 80265 invoked by uid 500); 28 Mar 2011 19:45:43 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 80165 invoked by uid 500); 28 Mar 2011 19:45:43 -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 80154 invoked by uid 99); 28 Mar 2011 19:45:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 19:45:43 +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; Mon, 28 Mar 2011 19:45:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id F13DB84320 for ; Mon, 28 Mar 2011 19:45:05 +0000 (UTC) Date: Mon, 28 Mar 2011 19:45:05 +0000 (UTC) From: "Daryn Sharp (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1900855498.17331.1301341505984.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1587140683.1515.1300732271817.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7202) Improve Command base class 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-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp updated HADOOP-7202: -------------------------------- Attachment: HADOOP-7202-4.patch Added annotations for audience and stability. I am unable to remove the abstract methods that I marked as deprecated (and then stubbed in FsCommand) because other tools are depending on this class. I'm relatively certain the new apis are firm, but I'd now like to hold off on adding the deprecations until FsShell is completed. > Improve Command base class > -------------------------- > > Key: HADOOP-7202 > URL: https://issues.apache.org/jira/browse/HADOOP-7202 > Project: Hadoop Common > Issue Type: Improvement > Affects Versions: 0.22.0 > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Fix For: 0.23.0 > > Attachments: HADOOP-7202-2.patch, HADOOP-7202-3.patch, HADOOP-7202-4.patch, HADOOP-7202.patch > > > Need to extend the Command base class to allow all command to easily subclass from a code set of code that correctly handles globs and exit codes. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira