Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0932C17489 for ; Mon, 23 Feb 2015 19:36:52 +0000 (UTC) Received: (qmail 17263 invoked by uid 500); 23 Feb 2015 19:36:49 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 17027 invoked by uid 500); 23 Feb 2015 19:36:49 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 16482 invoked by uid 99); 23 Feb 2015 19:36:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2015 19:36:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2BDD8E0D39; Mon, 23 Feb 2015 19:36:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhz@apache.org To: common-commits@hadoop.apache.org Date: Mon, 23 Feb 2015 19:36:54 -0000 Message-Id: In-Reply-To: <81241211ed254fbca0f88fdd9f8e12c0@git.apache.org> References: <81241211ed254fbca0f88fdd9f8e12c0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/52] [abbrv] hadoop git commit: HDFS-7804. correct the haadmin command usage in #HDFSHighAvailabilityWithQJM.html (Brahma Reddy Battula via umamahesh) HDFS-7804. correct the haadmin command usage in #HDFSHighAvailabilityWithQJM.html (Brahma Reddy Battula via umamahesh) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2ecea5ab Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2ecea5ab Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2ecea5ab Branch: refs/heads/HDFS-7285 Commit: 2ecea5ab741f62e8fd0449251f2ea4a5759f4e77 Parents: 3f56a4c Author: Uma Maheswara Rao G Authored: Wed Feb 18 19:24:45 2015 +0530 Committer: Uma Maheswara Rao G Committed: Wed Feb 18 19:24:45 2015 +0530 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/2ecea5ab/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 308b61f..ec1c837 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -650,6 +650,9 @@ Release 2.7.0 - UNRELEASED HDFS-7780. Update use of Iterator to Iterable in DataXceiverServer and SnapshotDiffInfo. (Ray Chiang via aajisaka) + HDFS-7804. correct the haadmin command usage in #HDFSHighAvailabilityWithQJM.html + (Brahma Reddy Battula via umamahesh) + OPTIMIZATIONS HDFS-7454. Reduce memory footprint for AclEntries in NameNode. http://git-wip-us.apache.org/repos/asf/hadoop/blob/2ecea5ab/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md index a285fde..63813d9 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSHighAvailabilityWithQJM.md @@ -382,7 +382,7 @@ You can visit each of the NameNodes' web pages separately by browsing to their c Now that your HA NameNodes are configured and started, you will have access to some additional commands to administer your HA HDFS cluster. Specifically, you should familiarize yourself with all of the subcommands of the "*hdfs haadmin*" command. Running this command without any additional arguments will display the following usage information: - Usage: DFSHAAdmin [-ns ] + Usage: haadmin [-transitionToActive ] [-transitionToStandby ] [-failover [--forcefence] [--forceactive] ]