Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 38619200D02 for ; Sat, 23 Sep 2017 19:59:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 36DFA1609B8; Sat, 23 Sep 2017 17:59:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7D6F61609B6 for ; Sat, 23 Sep 2017 19:59:12 +0200 (CEST) Received: (qmail 82597 invoked by uid 500); 23 Sep 2017 17:59:11 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 82588 invoked by uid 99); 23 Sep 2017 17:59:11 -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; Sat, 23 Sep 2017 17:59:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6E359F331D; Sat, 23 Sep 2017 17:59:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aengineer@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HDFS-12536. Add documentation for getconf command with -journalnodes option. Contributed by Bharat Viswanadham. Date: Sat, 23 Sep 2017 17:59:09 +0000 (UTC) archived-at: Sat, 23 Sep 2017 17:59:13 -0000 Repository: hadoop Updated Branches: refs/heads/trunk e9a18b625 -> 2a81af447 HDFS-12536. Add documentation for getconf command with -journalnodes option. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2a81af44 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2a81af44 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2a81af44 Branch: refs/heads/trunk Commit: 2a81af447f97c56849bbc98dc3fe9ed59753b4cb Parents: e9a18b6 Author: Anu Engineer Authored: Sat Sep 23 10:53:59 2017 -0700 Committer: Anu Engineer Committed: Sat Sep 23 10:53:59 2017 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/2a81af44/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md index 5903a36..322609a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md @@ -116,6 +116,7 @@ Usage: hdfs getconf -namenodes hdfs getconf -secondaryNameNodes hdfs getconf -backupNodes + hdfs getconf -journalNodes hdfs getconf -includeFile hdfs getconf -excludeFile hdfs getconf -nnRpcAddresses @@ -126,6 +127,7 @@ Usage: | `-namenodes` | gets list of namenodes in the cluster. | | `-secondaryNameNodes` | gets list of secondary namenodes in the cluster. | | `-backupNodes` | gets list of backup nodes in the cluster. | +| `-journalNodes` | gets list of journal nodes in the cluster. | | `-includeFile` | gets the include file path that defines the datanodes that can join the cluster. | | `-excludeFile` | gets the exclude file path that defines the datanodes that need to decommissioned. | | `-nnRpcAddresses` | gets the namenode rpc addresses | --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org