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 DBD0A11F09 for ; Tue, 19 Aug 2014 18:33:28 +0000 (UTC) Received: (qmail 27483 invoked by uid 500); 19 Aug 2014 18:33:20 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 27444 invoked by uid 500); 19 Aug 2014 18:33:20 -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 27402 invoked by uid 99); 19 Aug 2014 18:33:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2014 18:33:20 +0000 Date: Tue, 19 Aug 2014 18:33:20 +0000 (UTC) From: "Suresh Srinivas (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-6832) Fix the usage of 'hdfs namenode' command 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-6832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14102606#comment-14102606 ] Suresh Srinivas commented on HDFS-6832: --------------------------------------- bq. Unfortunately, I don't have the permission to assign you. A committer will assign you when the patch is committed. Assigned to [~rsk13th]. > Fix the usage of 'hdfs namenode' command > ---------------------------------------- > > Key: HDFS-6832 > URL: https://issues.apache.org/jira/browse/HDFS-6832 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.4.1 > Reporter: Akira AJISAKA > Assignee: skrho > Priority: Minor > Labels: newbie > Attachments: hdfs-6832.txt > > > {code} > [root@trunk ~]# hdfs namenode -help > Usage: java NameNode [-backup] | > [-checkpoint] | > [-format [-clusterid cid ] [-force] [-nonInteractive] ] | > [-upgrade [-clusterid cid] [-renameReserved] ] | > [-upgradeOnly [-clusterid cid] [-renameReserved] ] | > [-rollback] | > [-rollingUpgrade ] | > [-finalize] | > [-importCheckpoint] | > [-initializeSharedEdits] | > [-bootstrapStandby] | > [-recover [ -force] ] | > [-metadataVersion ] ] > {code} > There're some issues in the usage to be fixed. > # "Usage: java NameNode" should be "Usage: hdfs namenode" > # -rollingUpgrade started option should be added > # The last ']' should be removed. -- This message was sent by Atlassian JIRA (v6.2#6252)