Repository: ambari Updated Branches: refs/heads/branch-2.5 9dc9d8bce -> 7ee057287
AMBARI-20116 Stack Recommendation for Atlas not working on change of Kafka broker port (Vishal Suvagia via mugdha) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7ee05728 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7ee05728 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7ee05728 Branch: refs/heads/branch-2.5 Commit: 7ee057287fad43b3269199310709dd7c6331a2e6 Parents: 9dc9d8b Author: Vishal Suvagia <[email protected]> Authored: Wed Feb 22 20:48:44 2017 +0530 Committer: Mugdha Varadkar <[email protected]> Committed: Fri Feb 24 10:13:54 2017 +0530 ---------------------------------------------------------------------- .../0.7.0.2.5/configuration/application-properties.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7ee05728/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 36702e8..15cc73b 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 @@ -147,6 +147,12 @@ <name>atlas.kafka.bootstrap.servers</name> <value/> <description>Comma separated list of Kafka broker endpoints in host:port form</description> + <depends-on> + <property> + <type>kafka-broker</type> + <name>port</name> + </property> + </depends-on> <on-ambari-upgrade add="false"/> </property> <property> @@ -300,7 +306,7 @@ <description>Enable kerberized Solr support for Atlas.</description> <on-ambari-upgrade add="false"/> </property> - + <!-- The type determines whether to show LDAP or AD settings in smart config's theme.json file. --> <property> <name>atlas.authentication.method.ldap.type</name> @@ -472,4 +478,4 @@ </value-attributes> <on-ambari-upgrade add="false"/> </property> -</configuration> \ No newline at end of file +</configuration>
