Repository: ambari Updated Branches: refs/heads/trunk e95259bb3 -> 750be1b91
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/750be1b9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/750be1b9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/750be1b9 Branch: refs/heads/trunk Commit: 750be1b913bdf2cfb5da7128c8601c3200615fc2 Parents: e95259b Author: Sumit Mohanty <[email protected]> Authored: Wed Jul 20 18:40:26 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Wed Jul 20 18:41:37 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/750be1b9/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"/>
