Repository: ambari Updated Branches: refs/heads/trunk 862ba70b1 -> 79d76898b
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/79d76898 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/79d76898 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/79d76898 Branch: refs/heads/trunk Commit: 79d76898b9a880f20910770029747dc8fe3fbc09 Parents: 862ba70 Author: Srimanth Gunturi <[email protected]> Authored: Thu Jul 7 10:36:18 2016 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Thu Jul 7 10:37:34 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/79d76898/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/79d76898/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/79d76898/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>
