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

This commit is contained in:
Akira Ajisaka 2016-03-19 01:09:02 +09:00
parent 63c966a3fb
commit 9b623fbaf7
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>