Repository: ambari Updated Branches: refs/heads/trunk 99108e2d9 -> 601cbefe1
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/601cbefe Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/601cbefe Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/601cbefe Branch: refs/heads/trunk Commit: 601cbefe199859b893897024afece3d7847f7254 Parents: 99108e2 Author: Alex Antonenko <[email protected]> Authored: Tue Jul 19 20:58:40 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Jul 19 21:25:47 2016 +0300 ---------------------------------------------------------------------- .../configuration/application-properties.xml | 38 +------------------- 1 file changed, 1 insertion(+), 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/601cbefe/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>
