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/trunk@1358659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2012-07-07 22:35:14 +00:00
parent 0a2252bdda
commit 535b039581
2 changed files with 10 additions and 0 deletions

View File

@ -274,6 +274,8 @@ Branch-2 ( Unreleased changes )
HDFS-3170. Add more useful metrics for write latency (Matthew Jacobs via
todd)
HDFS-3604. Add dfs.webhdfs.enabled to hdfs-default.xml. (eli)
OPTIMIZATIONS
HDFS-2982. Startup performance suffers when there are many edit log

View File

@ -901,4 +901,12 @@
</description>
</property>
<property>
<name>dfs.webhdfs.enabled</name>
<value>false</value>
<description>
Enable WebHDFS (REST API) in Namenodes and Datanodes.
</description>
</property>
</configuration>