From 3ee0a174ddb47722068e416f2c26beab79c5c3bf Mon Sep 17 00:00:00 2001 From: Takanobu Asanuma Date: Fri, 13 Nov 2020 11:02:26 +0900 Subject: [PATCH] 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/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 2ffe895ff68..3a9bf79fe45 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 @@ dfs.namenode.replication.max-streams 2 - Hard limit for the number of highest-priority replication streams. + Hard limit for the number of replication streams other than those with highest-priority.