git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1358661 13f79535-47bb-0310-9956-ffa450edef68
@@ -19,6 +19,8 @@ Release 1.2.0 - unreleased
HDFS-3521. Check every byte at the end of edit log and allow namenode to
tolerate corruption. (szetszwo)
+ HDFS-3604. Add dfs.webhdfs.enabled to hdfs-default.xml. (eli)
+
BUG FIXES
HADOOP-8445. Token should not print the password in toString
@@ -474,4 +474,12 @@ creations/deletions), or "all".</description>
</description>
</property>
+<property>
+ <name>dfs.webhdfs.enabled</name>
+ <value>false</value>
+ <description>
+ Enable WebHDFS (REST API) in Namenodes and Datanodes.
+ </description>
+</property>
</configuration>