From d78bf82722f87e19f560efdbd00192e172788536 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 62b9c5ccfe..a33522163e 100755 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml @@ -4962,7 +4962,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.