Repository: ambari
Updated Branches:
  refs/heads/trunk 9c5f097a1 -> 7d1e04b39


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/7d1e04b3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7d1e04b3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7d1e04b3

Branch: refs/heads/trunk
Commit: 7d1e04b39709df51a94343b1ee699a4b002ac3d3
Parents: 9c5f097
Author: Vishal Suvagia <[email protected]>
Authored: Wed Feb 22 20:48:44 2017 +0530
Committer: Mugdha Varadkar <[email protected]>
Committed: Fri Feb 24 10:16:24 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/7d1e04b3/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>

Reply via email to