Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 6243A991D for ; Wed, 15 Aug 2012 00:31:39 +0000 (UTC) Received: (qmail 82775 invoked by uid 500); 15 Aug 2012 00:31:39 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 82704 invoked by uid 500); 15 Aug 2012 00:31:39 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 82505 invoked by uid 99); 15 Aug 2012 00:31:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 00:31:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 39CC22C5BF2 for ; Wed, 15 Aug 2012 00:31:38 +0000 (UTC) Date: Wed, 15 Aug 2012 11:31:38 +1100 (NCT) From: "Suresh Srinivas (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1534679608.10944.1344990698237.JavaMail.jiratomcat@arcas> In-Reply-To: <1197059672.101774.1343234015325.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HDFS-3723) All commands should support meaningful --help 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/HDFS-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-3723: ---------------------------------- Attachment: HDFS-3723.patch Attaching the complete patch. > All commands should support meaningful --help > --------------------------------------------- > > Key: HDFS-3723 > URL: https://issues.apache.org/jira/browse/HDFS-3723 > Project: Hadoop HDFS > Issue Type: Improvement > Components: scripts, tools > Affects Versions: 2.0.0-alpha > Reporter: E. Sammer > Assignee: Jing Zhao > Fix For: 3.0.0 > > Attachments: HDFS-3723.001.patch, HDFS-3723.001.patch, HDFS-3723.002.patch, HDFS-3723.003.patch, HDFS-3723.patch, HDFS-3723.patch, HDFS-3723.patch > > > Some (sub)commands support -help or -h options for detailed help while others do not. Ideally, all commands should support meaningful help that works regardless of current state or configuration. > For example, hdfs zkfc --help (or -h or -help) is not very useful. Option checking should occur before state / configuration checking. > {code} > [esammer@hadoop-fed01 ~]# hdfs zkfc --help > Exception in thread "main" org.apache.hadoop.HadoopIllegalArgumentException: HA is not enabled for this namenode. > at org.apache.hadoop.hdfs.tools.DFSZKFailoverController.setConf(DFSZKFailoverController.java:122) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:66) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84) > at org.apache.hadoop.hdfs.tools.DFSZKFailoverController.main(DFSZKFailoverController.java:168) > {code} > This would go a long way toward better usability for ops staff. -- 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