This is an automated email from the ASF dual-hosted git repository. hexiaoqiao pushed a commit to branch branch-3.2.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit 855db9f448c2bae9fd7140858399ed03e9f1ecce Author: Takanobu Asanuma <[email protected]> AuthorDate: Fri Nov 13 11:02:26 2020 +0900 HDFS-15538. Fix the documentation for dfs.namenode.replication.max-streams in hdfs-default.xml. Contributed by Xieming Li. (cherry picked from commit f56cd88d7d9381d13329d25bb4f367e5378b6b5b) --- hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml index 2ffe895..3a9bf79 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml @@ -4521,7 +4521,7 @@ <name>dfs.namenode.replication.max-streams</name> <value>2</value> <description> - Hard limit for the number of highest-priority replication streams. + Hard limit for the number of replication streams other than those with highest-priority. </description> </property> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
