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-2@1358660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5fed0da5b2
commit
31c7f73f7b
|
@ -99,6 +99,8 @@ Release 2.0.1-alpha - UNRELEASED
|
||||||
HDFS-3170. Add more useful metrics for write latency (Matthew Jacobs via
|
HDFS-3170. Add more useful metrics for write latency (Matthew Jacobs via
|
||||||
todd)
|
todd)
|
||||||
|
|
||||||
|
HDFS-3604. Add dfs.webhdfs.enabled to hdfs-default.xml. (eli)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HDFS-2982. Startup performance suffers when there are many edit log
|
HDFS-2982. Startup performance suffers when there are many edit log
|
||||||
|
|
|
@ -901,4 +901,12 @@
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<name>dfs.webhdfs.enabled</name>
|
||||||
|
<value>false</value>
|
||||||
|
<description>
|
||||||
|
Enable WebHDFS (REST API) in Namenodes and Datanodes.
|
||||||
|
</description>
|
||||||
|
</property>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue