Repository: hadoop
Updated Branches:
  refs/heads/branch-2 ead63bc29 -> 41621a994


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

(cherry picked from commit 414f33126ac178a44146666cc7c00059cfc9cabf)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/41621a99
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/41621a99
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/41621a99

Branch: refs/heads/branch-2
Commit: 41621a994dd3add51ec95a3136070c148b133726
Parents: ead63bc
Author: Akira Ajisaka <aajis...@apache.org>
Authored: Sat Mar 19 01:09:02 2016 +0900
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Sat Mar 19 01:10:44 2016 +0900

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/resources/hdfs-default.xml         | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/41621a99/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
index 99758979..a7ba58d 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -384,6 +384,15 @@
 </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>
   <description>A directory on shared storage between the multiple namenodes

Reply via email to