Repository: ambari Updated Branches: refs/heads/branch-2.6 e6641558c -> e845f41a7
AMBARI-21627. Cross-stack upgrade from IOP to HDP, ranger audit properties need to be deleted (parrt3) (jonathanhurley) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e845f41a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e845f41a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e845f41a Branch: refs/heads/branch-2.6 Commit: e845f41a7f4ba59d48d5ba45cbf25bb530fb24f2 Parents: e664155 Author: Jonathan Hurley <[email protected]> Authored: Thu Aug 24 16:09:11 2017 -0400 Committer: Jonathan Hurley <[email protected]> Committed: Thu Aug 24 16:12:18 2017 -0400 ---------------------------------------------------------------------- .../resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml | 2 +- .../resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e845f41a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml index f90a20e..fa15665 100644 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml @@ -58,7 +58,7 @@ </definition> <definition xsi:type="configure" id="hdp_2_6_0_0_remove_ranger_hdfs_audit_db"> - <type>ranger-knox-audit</type> + <type>ranger-hdfs-audit</type> <transfer operation="delete" delete-key="xasecure.audit.destination.db" /> <transfer operation="delete" delete-key="xasecure.audit.destination.db.jdbc.url" /> <transfer operation="delete" delete-key="xasecure.audit.destination.db.user" /> http://git-wip-us.apache.org/repos/asf/ambari/blob/e845f41a/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml index 77390cf..bdb9ed3 100644 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml @@ -146,7 +146,7 @@ </definition> <definition xsi:type="configure" id="hdp_2_6_0_0_remove_ranger_hdfs_audit_db"> - <type>ranger-knox-audit</type> + <type>ranger-hdfs-audit</type> <transfer operation="delete" delete-key="xasecure.audit.destination.db" /> <transfer operation="delete" delete-key="xasecure.audit.destination.db.jdbc.url" /> <transfer operation="delete" delete-key="xasecure.audit.destination.db.user" />
