git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1482620 13f79535-47bb-0310-9956-ffa450edef68
@@ -852,6 +852,9 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-2134. Set default value of oozie property
+ "oozie.service.AuthorizationService.authorization.enabled" to true. (jaimin)
+
AMBARI-2132. Error during "HDFS" service starting. (swagle)
AMBARI-2116. Add parameters to improve HIVE performance. With decriptions.
@@ -47,7 +47,7 @@
<property>
<name>oozie.service.AuthorizationService.authorization.enabled</name>
- <value>false</value>
+ <value>true</value>
<description>
Specifies whether security (user name/admin role) is enabled or not.
If disabled any user can manage Oozie system and manage any job.