Repository: ambari Updated Branches: refs/heads/branch-2.4 ebbb63a46 -> 2eb8b825f
AMBARI-17826. Change in Ambari for Atlas config properties for Kerberos auth (smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2eb8b825 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2eb8b825 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2eb8b825 Branch: refs/heads/branch-2.4 Commit: 2eb8b825ff586a22a7998c1685d46481f67044cf Parents: ebbb63a Author: Sumit Mohanty <[email protected]> Authored: Wed Jul 20 18:40:26 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Wed Jul 20 18:40:26 2016 -0700 ---------------------------------------------------------------------- .../ATLAS/0.7.0.2.5/configuration/application-properties.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2eb8b825/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml index c3bcbc3..4305965 100644 --- a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml +++ b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml @@ -201,6 +201,11 @@ <on-ambari-upgrade add="false"/> </property> <property> + <name>atlas.authentication.method</name> + <deleted>true</deleted> + <on-ambari-upgrade add="false"/> + </property> + <property> <name>atlas.lineage.hive.table.schema.query.hive_table</name> <deleted>true</deleted> <on-ambari-upgrade add="false"/>
