HDFS-3677. dfs.namenode.edits.dir.required is missing from hdfs-default.xml. Contributed by Mark Yang.

(cherry picked from commit 414f33126ac178a44146666cc7c00059cfc9cabf)
(cherry picked from commit 41621a994d)
This commit is contained in:
Akira Ajisaka 2016-03-19 01:09:02 +09:00
parent 242c7f1fee
commit 2fe4225051
1 changed files with 9 additions and 0 deletions

View File

@ -383,6 +383,15 @@
</description>
</property>
<property>
<name>dfs.namenode.edits.dir.required</name>
<value></value>
<description>This should be a subset of dfs.namenode.edits.dir,
to ensure that the transaction (edits) file
in these places is always up-to-date.
</description>
</property>
<property>
<name>dfs.namenode.shared.edits.dir</name>
<value></value>