소스 검색

AMBARI-20116 Stack Recommendation for Atlas not working on change of Kafka broker port (Vishal Suvagia via mugdha)

Vishal Suvagia 8 년 전
부모
커밋
7ee057287f
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml

+ 8 - 2
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>
+</configuration>