소스 검색

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

Takanobu Asanuma 5 년 전
부모
커밋
862526530a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ObserverNameNode.md

+ 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>