瀏覽代碼

HDFS-7711. Fix various typos in ClusterSetup.md. Contributed by Brahma Reddy Battula.

Haohui Mai 10 年之前
父節點
當前提交
c2fe828cb0

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -923,6 +923,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11587. TestMapFile#testMainMethodMapFile creates test files in
     hadoop-common project root. (Xiaoyu Yao via wheat9)
 
+    HDFS-7711. Fix various typos in ClusterSetup.md.
+    (Brahma Reddy Battula via wheat9)
+
 Release 2.6.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md

@@ -130,7 +130,7 @@ This section deals with important parameters to be specified in the given config
 | Parameter | Value | Notes |
 |:---- |:---- |:---- |
 | `dfs.namenode.name.dir` | Path on the local filesystem where the NameNode stores the namespace and transactions logs persistently. | If this is a comma-delimited list of directories then the name table is replicated in all of the directories, for redundancy. |
-| `dfs.namenode.hosts` / `dfs.namenode.hosts.exclude` | List of permitted/excluded DataNodes. | If necessary, use these files to control the list of allowable datanodes. |
+| `dfs.hosts` / `dfs.hosts.exclude` | List of permitted/excluded DataNodes. | If necessary, use these files to control the list of allowable datanodes. |
 | `dfs.blocksize` | 268435456 | HDFS blocksize of 256MB for large file-systems. |
 | `dfs.namenode.handler.count` | 100 | More NameNode server threads to handle RPCs from large number of DataNodes. |