Repository: ambari Updated Branches: refs/heads/branch-2.4 8202990fb -> 3ff0f1f81
AMBARI-17795. Some properties have to be removed from atlas-application.properties (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3ff0f1f8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3ff0f1f8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3ff0f1f8 Branch: refs/heads/branch-2.4 Commit: 3ff0f1f815e80c55458e6a302343a563c4692273 Parents: 8202990 Author: Alex Antonenko <[email protected]> Authored: Tue Jul 19 20:58:40 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Jul 19 21:23:38 2016 +0300 ---------------------------------------------------------------------- .../configuration/application-properties.xml | 38 +------------------- 1 file changed, 1 insertion(+), 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3ff0f1f8/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml index 6c64f48..108c7b4 100644 --- a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml +++ b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml @@ -123,36 +123,6 @@ <on-ambari-upgrade add="false"/> </property> <property> - <name>atlas.http.authentication.enabled</name> - <value>false</value> - <description/> - <on-ambari-upgrade add="true"/> - </property> - <property> - <name>atlas.http.authentication.type</name> - <value>simple</value> - <description/> - <on-ambari-upgrade add="true"/> - </property> - <property> - <name>atlas.http.authentication.kerberos.principal</name> - <value>HTTP/[email protected]</value> - <description/> - <on-ambari-upgrade add="true"/> - </property> - <property> - <name>atlas.http.authentication.kerberos.keytab</name> - <value>/etc/security/keytabs/spnego.service.keytab</value> - <description/> - <on-ambari-upgrade add="true"/> - </property> - <property> - <name>atlas.http.authentication.kerberos.name.rules</name> - <value>DEFAULT</value> - <description/> - <on-ambari-upgrade add="true"/> - </property> - <property> <name>atlas.notification.embedded</name> <value>false</value> <description>Indicates whether or not the notification service should be embedded.</description> @@ -179,12 +149,6 @@ <description/> <on-ambari-upgrade add="true"/> </property> - <property> - <name>atlas.http.authentication.type</name> - <value>simple</value> - <description/> - <on-ambari-upgrade add="true"/> - </property> <property> <name>atlas.audit.hbase.tablename</name> @@ -198,4 +162,4 @@ <description/> <on-ambari-upgrade add="true"/> </property> -</configuration> \ No newline at end of file +</configuration>
