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:
parent
0a2252bdda
commit
535b039581
|
@ -274,6 +274,8 @@ Branch-2 ( Unreleased changes )
|
||||||
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