HDFS-12536. Add documentation for getconf command with -journalnodes option. Contributed by Bharat Viswanadham.

This commit is contained in:
Anu Engineer 2017-09-23 10:53:59 -07:00
parent e9a18b625f
commit 2a81af447f
1 changed files with 2 additions and 0 deletions

View File

@ -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 |