Browse Source

HDFS-14933. Fixing a typo in documentation of Observer NameNode. Contributed by Xieming Li

Takanobu Asanuma 5 years ago
parent
commit
862526530a

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ObserverNameNode.md

@@ -177,7 +177,7 @@ few configurations to your **hdfs-site.xml**:
    between edit tailing attempts.
 
         <property>
-          <name>dfs.ha.tail-edits.period</name>
+          <name>dfs.ha.tail-edits.period.backoff-max</name>
           <value>10s</value>
         </property>