Forráskód Böngészése

AMBARI-2134. Set default value of oozie property oozie.service.AuthorizationService.authorization.enabled to true. (jaimin)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1482620 13f79535-47bb-0310-9956-ffa450edef68
Jaimin Jetly 12 éve
szülő
commit
230c9d914b

+ 3 - 0
CHANGES.txt

@@ -852,6 +852,9 @@ Trunk (unreleased changes):
 
 
  BUG FIXES
  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-2132. Error during "HDFS" service starting. (swagle)
 
 
  AMBARI-2116. Add parameters to improve HIVE performance. With decriptions. 
  AMBARI-2116. Add parameters to improve HIVE performance. With decriptions. 

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/1.3.0/services/OOZIE/configuration/oozie-site.xml

@@ -47,7 +47,7 @@
 
 
    <property>
    <property>
      <name>oozie.service.AuthorizationService.authorization.enabled</name>
      <name>oozie.service.AuthorizationService.authorization.enabled</name>
-     <value>false</value>
+     <value>true</value>
      <description>
      <description>
      Specifies whether security (user name/admin role) is enabled or not.
      Specifies whether security (user name/admin role) is enabled or not.
      If disabled any user can manage Oozie system and manage any job.
      If disabled any user can manage Oozie system and manage any job.

+ 1 - 1
ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/OOZIE/configuration/oozie-site.xml

@@ -47,7 +47,7 @@
 
 
    <property>
    <property>
      <name>oozie.service.AuthorizationService.authorization.enabled</name>
      <name>oozie.service.AuthorizationService.authorization.enabled</name>
-     <value>false</value>
+     <value>true</value>
      <description>
      <description>
      Specifies whether security (user name/admin role) is enabled or not.
      Specifies whether security (user name/admin role) is enabled or not.
      If disabled any user can manage Oozie system and manage any job.
      If disabled any user can manage Oozie system and manage any job.