YARN-1285. Changed the default value of yarn.acl.enable in yarn-default.xml to be consistent with what exists (false) in the code and documentation. Contributed by Kenji Kikushima.
svn merge --ignore-ancestry -c 1564190 ../../trunk/ git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1564191 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d349a29b7e
commit
bb7e96ed31
|
@ -95,6 +95,10 @@ Release 2.4.0 - UNRELEASED
|
||||||
be available across RM failover by making using of a remote
|
be available across RM failover by making using of a remote
|
||||||
configuration-provider. (Xuan Gong via vinodkv)
|
configuration-provider. (Xuan Gong via vinodkv)
|
||||||
|
|
||||||
|
YARN-1285. Changed the default value of yarn.acl.enable in yarn-default.xml
|
||||||
|
to be consistent with what exists (false) in the code and documentation.
|
||||||
|
(Kenji Kikushima via vinodkv)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
<property>
|
<property>
|
||||||
<description>Are acls enabled.</description>
|
<description>Are acls enabled.</description>
|
||||||
<name>yarn.acl.enable</name>
|
<name>yarn.acl.enable</name>
|
||||||
<value>true</value>
|
<value>false</value>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue