Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 bc0d8491e -> 9a2011558


AMBARI-17587. Handle post ambari upgrade scenario for real names of jdbc jar 
file [Ranger] (Gautam Borad via srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9a201155
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9a201155
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9a201155

Branch: refs/heads/branch-2.4
Commit: 9a20115581a50c03516f739507dcc357e58d5e01
Parents: bc0d849
Author: Srimanth Gunturi <[email protected]>
Authored: Thu Jul 7 10:36:18 2016 -0700
Committer: Srimanth Gunturi <[email protected]>
Committed: Thu Jul 7 10:36:18 2016 -0700

----------------------------------------------------------------------
 .../RANGER/0.4.0/configuration/admin-properties.xml              | 2 +-
 .../RANGER_KMS/0.5.0.2.3/configuration/kms-properties.xml        | 2 +-
 .../HDP/2.5/services/ATLAS/configuration/ranger-atlas-audit.xml  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9a201155/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/admin-properties.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/admin-properties.xml
 
b/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/admin-properties.xml
index 9eda51d..080c407 100644
--- 
a/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/admin-properties.xml
+++ 
b/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/admin-properties.xml
@@ -66,7 +66,7 @@
         <name>DB_FLAVOR</name>
       </property>
     </depends-on>
-    <on-ambari-upgrade add="true"/>
+    <on-ambari-upgrade add="true" update="true"/>
   </property>
   <property>
     <name>db_root_user</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/9a201155/ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/configuration/kms-properties.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/configuration/kms-properties.xml
 
b/ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/configuration/kms-properties.xml
index e628969..13f9961 100644
--- 
a/ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/configuration/kms-properties.xml
+++ 
b/ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/configuration/kms-properties.xml
@@ -85,7 +85,7 @@
         <name>DB_FLAVOR</name>
       </property>
     </depends-on>
-    <on-ambari-upgrade add="true"/>
+    <on-ambari-upgrade add="true" update="true"/>
   </property>
   <property>
     <name>db_root_user</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/9a201155/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/ranger-atlas-audit.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/ranger-atlas-audit.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/ranger-atlas-audit.xml
index b2b2b89..efeea5f 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/ranger-atlas-audit.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/ranger-atlas-audit.xml
@@ -59,8 +59,8 @@
 
   <property>
     <name>xasecure.audit.destination.hdfs.batch.filespool.dir</name>
-    <value>/var/log/hadoop/hdfs/audit/hdfs/spool</value>
-    <description>/var/log/hadoop/hdfs/audit/hdfs/spool</description>
+    <value>/var/log/atlas/audit/hdfs/spool</value>
+    <description>/var/log/atlas/audit/hdfs/spool</description>
     <on-ambari-upgrade add="true"/>
   </property>
 

Reply via email to