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.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1564190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a8c780d378
commit
39ecc46ff6
|
@ -118,6 +118,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)
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
YARN-935. Correcting pom.xml to build applicationhistoryserver module
|
YARN-935. Correcting pom.xml to build applicationhistoryserver module
|
||||||
|
|
|
@ -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