HADOOP-7302. webinterface.private.actions should be renamed and moved to the MapReduce project. Contributed by Ari Rabkin.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1125221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4977f4bfe3
commit
088693f0a0
|
@ -170,6 +170,9 @@ Trunk (unreleased changes)
|
|||
HADOOP-7306. Start metrics system even if config files are missing
|
||||
(Luke Lu via todd)
|
||||
|
||||
HADOOP-7302. webinterface.private.actions should be renamed and moved to
|
||||
the MapReduce project. (Ari Rabkin via todd)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
|
|
@ -515,18 +515,6 @@
|
|||
</property>
|
||||
|
||||
|
||||
<!-- Web Interface Configuration -->
|
||||
|
||||
<property>
|
||||
<name>webinterface.private.actions</name>
|
||||
<value>false</value>
|
||||
<description> If set to true, the web interfaces of JT and NN may contain
|
||||
actions, such as kill job, delete file, etc., that should
|
||||
not be exposed to public. Enable this option if the interfaces
|
||||
are only reachable by those who have the right authorization.
|
||||
</description>
|
||||
</property>
|
||||
|
||||
<!-- Proxy Configuration -->
|
||||
|
||||
<property>
|
||||
|
|
Loading…
Reference in New Issue