Repository: hadoop
Updated Branches:
  refs/heads/trunk 63c966a3f -> 9b623fbaf


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


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

Branch: refs/heads/trunk
Commit: 9b623fbaf79c0f854abc6b4a0539d4ea8c93dc1a
Parents: 63c966a
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:11:15 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/9b623fba/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 d837bd8..d1f78ca 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