You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by mr...@apache.org on 2018/01/30 20:14:24 UTC

[ambari] branch branch-2.6 updated: AMBARI-20908 Kafka advertised.listeners replaced in Kerberos Mode (bharatviswa via mradhakrishnan)

This is an automated email from the ASF dual-hosted git repository.

mradhakrishnan pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 5148ecb  AMBARI-20908 Kafka advertised.listeners replaced in Kerberos Mode (bharatviswa via mradhakrishnan)
5148ecb is described below

commit 5148ecb0a74bc10a2b39610bbd1b14f94e56d5e5
Author: Madhuvanthi Radhakrishnan <mr...@hortonworks.com>
AuthorDate: Tue Jan 30 12:13:49 2018 -0800

    AMBARI-20908 Kafka advertised.listeners replaced in Kerberos Mode (bharatviswa via mradhakrishnan)
---
 .../main/resources/common-services/KAFKA/0.8.1/package/scripts/kafka.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/package/scripts/kafka.py b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/package/scripts/kafka.py
index f03bccb..ec32ea2 100644
--- a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/package/scripts/kafka.py
+++ b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/package/scripts/kafka.py
@@ -58,8 +58,6 @@ def kafka(upgrade_type=None):
            listeners = listeners.replace("PLAINTEXT", "PLAINTEXTSASL")
 
          kafka_server_config['listeners'] = listeners
-         kafka_server_config['advertised.listeners'] = listeners
-         Logger.info(format("Kafka advertised listeners: {listeners}"))
        else:
          kafka_server_config['listeners'] = listeners
          if 'advertised.listeners' in kafka_server_config:

-- 
To stop receiving notification emails like this one, please contact
mradhakrishnan@apache.org.