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 <[email protected]> Authored: Sat Sep 23 10:53:59 2017 -0700 Committer: Anu Engineer <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
