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:
parent
242c7f1fee
commit
2fe4225051
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue