Ver Fonte

HDFS-3604. Add dfs.webhdfs.enabled to hdfs-default.xml. Contributed by Eli Collins

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1358661 13f79535-47bb-0310-9956-ffa450edef68
Eli Collins há 13 anos atrás
pai
commit
3f9311033d
2 ficheiros alterados com 10 adições e 0 exclusões
  1. 2 0
      CHANGES.txt
  2. 8 0
      src/hdfs/hdfs-default.xml

+ 2 - 0
CHANGES.txt

@@ -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

+ 8 - 0
src/hdfs/hdfs-default.xml

@@ -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>