<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Kafka multi broker setup through ambari in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162077#M124456</link>
    <description>&lt;P&gt;below are my configurations &lt;/P&gt;&lt;P&gt;listeners = PLAINTEXTSASL://10.246.131.99:6667, PLAINTEXTSASL://10.246.131.34:6667, PLAINTEXTSASL://10.246.131.35:6667&lt;/P&gt;&lt;P&gt;advertised.listeners = PLAINTEXTSASL://10.246.131.99:6667, PLAINTEXTSASL://10.246.131.34:6667, PLAINTEXTSASL://10.246.131.35:6667&lt;/P&gt;&lt;P&gt;below is the error &lt;/P&gt;&lt;P&gt;[2016-12-19 05:57:09,852] FATAL  (kafka.Kafka$)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;java.lang.IllegalArgumentException: requirement failed: Each listener must have a different port&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;at scala.Predef$.require(Predef.scala:233)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig.validateUniquePortAndProtocol(KafkaConfig.scala:906)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig.getListeners(KafkaConfig.scala:914)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig.&amp;lt;init&amp;gt;(KafkaConfig.scala:867)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig$.fromProps(KafkaConfig.scala:699)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig$.fromProps(KafkaConfig.scala:696)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaServerStartable$.fromProps(KafkaServerStartable.scala:28)&lt;/P&gt;&lt;P&gt;at kafka.Kafka$.main(Kafka.scala:58)&lt;/P&gt;&lt;P&gt;at kafka.Kafka.main(Kafka.scala)&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2016 14:00:28 GMT</pubDate>
    <dc:creator>Sathish Jeganathan</dc:creator>
    <dc:date>2016-12-19T14:00:28Z</dc:date>
    <item>
      <title>Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162075#M124454</link>
      <description>&lt;P&gt;i configure multibroker  kafka through ambari but failed to startup the kafka broker. however, it was successful when tried doing it through command line (with  diff protocol,diff portnos, diff nodes) &lt;/P&gt;&lt;P&gt;and now i'm very much confused about the listeners property because  by default amabri bound to 6667 port, what should be used for other listeners  if im configuring multibroker.&lt;/P&gt;&lt;P&gt;all most i tried all the combinations but non of them helped me while starting it from ambari and it gives me unable to connect to zookeeoer.&lt;/P&gt;&lt;P&gt;example : &lt;/P&gt;&lt;P&gt;1. ( diff protocol, diff portnos, diff nodes) - this worked from command line but not through ambari&lt;/P&gt;&lt;P&gt;2.(diff protocol, diff portnos,same node) - this worked from command line but not through ambari&lt;/P&gt;&lt;P&gt;3. its not working neither command line nor ambari  if this has been set to 'same protocol' or 'same port' -  &lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;sathish &lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 13:49:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162075#M124454</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-19T13:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162076#M124455</link>
      <description>&lt;P&gt;could you please post the kafka broker startup logs which is failing after setting 'same protocol'  and same port.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 13:52:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162076#M124455</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-12-19T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162077#M124456</link>
      <description>&lt;P&gt;below are my configurations &lt;/P&gt;&lt;P&gt;listeners = PLAINTEXTSASL://10.246.131.99:6667, PLAINTEXTSASL://10.246.131.34:6667, PLAINTEXTSASL://10.246.131.35:6667&lt;/P&gt;&lt;P&gt;advertised.listeners = PLAINTEXTSASL://10.246.131.99:6667, PLAINTEXTSASL://10.246.131.34:6667, PLAINTEXTSASL://10.246.131.35:6667&lt;/P&gt;&lt;P&gt;below is the error &lt;/P&gt;&lt;P&gt;[2016-12-19 05:57:09,852] FATAL  (kafka.Kafka$)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;java.lang.IllegalArgumentException: requirement failed: Each listener must have a different port&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;at scala.Predef$.require(Predef.scala:233)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig.validateUniquePortAndProtocol(KafkaConfig.scala:906)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig.getListeners(KafkaConfig.scala:914)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig.&amp;lt;init&amp;gt;(KafkaConfig.scala:867)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig$.fromProps(KafkaConfig.scala:699)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig$.fromProps(KafkaConfig.scala:696)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaServerStartable$.fromProps(KafkaServerStartable.scala:28)&lt;/P&gt;&lt;P&gt;at kafka.Kafka$.main(Kafka.scala:58)&lt;/P&gt;&lt;P&gt;at kafka.Kafka.main(Kafka.scala)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 14:00:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162077#M124456</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-19T14:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162078#M124457</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14920/sathishkumarjdba.html" nodeid="14920"&gt;@sathish jeganathan&lt;/A&gt;&lt;P&gt;could you please try following steps&lt;/P&gt;&lt;P&gt;1. open ambari, open kafka configuration&lt;/P&gt;&lt;P&gt;2. update listeners=SASL_PLAINTEXT://localhost:6667&lt;/P&gt;&lt;P&gt;3.remove advartised.listeners and save configuration&lt;/P&gt;&lt;P&gt;4. restart kafka broker and see if helps&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 14:06:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162078#M124457</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-12-19T14:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162079#M124458</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14920/sathishkumarjdba.html" nodeid="14920"&gt;@sathish jeganathan &lt;/A&gt;any luck with the above mentioned settings.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 15:08:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162079#M124458</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-12-19T15:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162080#M124459</link>
      <description>&lt;P&gt;Hi Raj - ive tried removing advertised listeners but it gets generated automatically.. also still am getting same error "Each listener must have a different port"&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 16:29:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162080#M124459</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-19T16:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162081#M124460</link>
      <description>&lt;P&gt;also i tried with diff host name with same protocol and i got below error&lt;/P&gt;&lt;P&gt;Each listener must have a different protocol&lt;/P&gt;&lt;P&gt;java.lang.IllegalArgumentException: requirement failed: &lt;STRONG&gt;Each listener must have a different protocol&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;at scala.Predef$.require(Predef.scala:233)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig.validateUniquePortAndProtocol(KafkaConfig.scala:907)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig.getListeners(KafkaConfig.scala:914)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig.&amp;lt;init&amp;gt;(KafkaConfig.scala:867)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig$.fromProps(KafkaConfig.scala:699)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaConfig$.fromProps(KafkaConfig.scala:696)&lt;/P&gt;&lt;P&gt;at kafka.server.KafkaServerStartable$.fromProps(KafkaServerStartable.scala:28)&lt;/P&gt;&lt;P&gt;at kafka.Kafka$.main(Kafka.scala:58)&lt;/P&gt;&lt;P&gt;at kafka.Kafka.main(Kafka.scala)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 16:35:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162081#M124460</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-19T16:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162082#M124461</link>
      <description>&lt;P&gt;and now ive changed all the protocols,port nos (9091,92,93) and started kafka through ambari but it started giving me the below error&lt;/P&gt;&lt;P&gt;FATAL Fatal error during KafkaServerStartable startup. Prepare to shutdown (kafka.server.KafkaServerStartable)&lt;/P&gt;&lt;P&gt;org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within timeout: 25000&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish &lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 16:40:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162082#M124461</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-19T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162083#M124462</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14920/sathishkumarjdba.html" nodeid="14920"&gt;@sathish jeganathan&lt;/A&gt;there is no need to specify advertised listener,what hdp version you are currently running with? can you try to set following setting and see if it helps.make both listeners and advartised.listeners same.&lt;/P&gt;&lt;P&gt;listeners=SASL_PLAINTEXT://localhost:6667&lt;/P&gt;&lt;P&gt;advartised.listeners=SASL_PLAINTEXT://localhost:6667&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:17:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162083#M124462</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-12-19T17:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162084#M124463</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/8919/rajkumarsingh.html" nodeid="8919"&gt;@Rajkumar Singh&lt;/A&gt;&lt;P&gt; there is no parameter advertised.listeners in ambari-kafka config but it exists in server.properties. however advertised.listeners property has got the same value as "listeners" ( both has got same values).&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:17:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162084#M124463</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-20T13:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162085#M124464</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14920/sathishkumarjdba.html" nodeid="14920"&gt;@sathish jeganathan&lt;/A&gt;&lt;P&gt;which HDP version you are running with? there is no need to set advertised.listeners from ambari until you are running with mulitple interfaces on the same host.&lt;/P&gt;&lt;P&gt;in ambari you should have only listener setting like this&lt;/P&gt;&lt;P&gt;SASL_PLAINTEXT://localhost:6667&lt;/P&gt;&lt;P&gt;it looks you modified server.properties manually thats why you are seeing advertise.listener setting there&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:23:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162085#M124464</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-12-20T13:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162086#M124465</link>
      <description>&lt;P&gt;just to add, there are no issues if its single node broker through ambari see the below log details , but Issues are occurring only if its multi node broker. &lt;/P&gt;&lt;P&gt;[2016-12-20 05:40:04,272] INFO [Group Metadata Manager on Broker 1001]: Removed 0 expired offsets in 13 milliseconds. (kafka.coordinator.GroupMetadataManager)&lt;/P&gt;&lt;P&gt;[2016-12-20 05:40:04,345] INFO [ThrottledRequestReaper-Produce], Starting  (kafka.server.ClientQuotaManager$ThrottledRequestReaper)&lt;/P&gt;&lt;P&gt;[2016-12-20 05:40:04,348] INFO [ThrottledRequestReaper-Fetch], Starting  (kafka.server.ClientQuotaManager$ThrottledRequestReaper)&lt;/P&gt;&lt;P&gt;[2016-12-20 05:40:04,352] INFO Will not load MX4J, mx4j-tools.jar is not in the classpath (kafka.utils.Mx4jLoader$)&lt;/P&gt;&lt;P&gt;[2016-12-20 05:40:04,366] INFO Creating /brokers/ids/1001 (is it secure? true) (kafka.utils.ZKCheckedEphemeral)&lt;/P&gt;&lt;P&gt;[2016-12-20 05:40:04,394] INFO Result of znode creation is: OK (kafka.utils.ZKCheckedEphemeral)&lt;/P&gt;&lt;P&gt;[2016-12-20 05:40:04,396] INFO Registered broker 1001 at path /brokers/ids/1001 with addresses: PLAINTEXTSASL -&amp;gt; EndPoint(10.246.131.99,6667,PLAINTEXTSASL) (kafka.utils.ZkUtils)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[2016-12-20 05:40:04,402] INFO [Kafka Server 1001], started (kafka.server.KafkaServer)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:53:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162086#M124465</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-20T13:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162087#M124466</link>
      <description>&lt;P&gt;version is 2.2.2 and i havent added any new properties in server.properties, all ive done is added new hosts with portno on existing properties. &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish  &lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:59:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162087#M124466</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-20T13:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162088#M124467</link>
      <description>&lt;P&gt;can you please guide me in setting up multinode brokers... &lt;/P&gt;&lt;P&gt;what are the properties should be changed while setting up the multi-broker&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 14:00:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162088#M124467</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-20T14:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162089#M124468</link>
      <description>&lt;P&gt;also, when i create new kafka broker through ambari the config parameters are still be referring to the first kafka-broker... means, listeners and advertised.host.name are referring to the old/first broker hostname/Ip... &lt;/P&gt;&lt;P&gt;i'm getting error "unable to connect to zookeeper" if i add multi nodes on those properties, &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 14:14:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162089#M124468</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-20T14:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162090#M124469</link>
      <description>&lt;P&gt; now i'm able to bring up the brokers on diff nodes through command line but ambari still has issues.. i think, i will have to re-visit my configurations on ambari-kafka.. bcoz its not taking the listeners and hostname properties for multinode. i will have to see how can i setup properties for each individual kafka-brokers... &lt;/P&gt;&lt;P&gt;may be i ill have to set the listeners and hostname to 0.0.0.0:6667... &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 20:09:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162090#M124469</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-20T20:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162091#M124470</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14920/sathishkumarjdba.html" nodeid="14920"&gt;@sathish jeganathan&lt;/A&gt; I will suggest you don't Install or configure kafka manually, Install using Ambari it will take care all the settings for you, after installation once broker come online then only you can try changing configuration.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 20:12:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162091#M124470</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-12-20T20:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162092#M124471</link>
      <description>&lt;P&gt;yes.. i removed hard coded hostnames and changed it to localhost:6667(default one), restarted services from ambari.. its running fine now.. &lt;/P&gt;&lt;P&gt;thank you very much for the help &lt;A rel="user" href="https://community.cloudera.com/users/8919/rajkumarsingh.html" nodeid="8919"&gt;@Rajkumar Singh&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 13:17:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162092#M124471</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-21T13:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162093#M124472</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10566/sbomma.html" nodeid="10566"&gt;@Satish Bomma&lt;/A&gt; glad to see it working, could you please accept best answer in this thread so that other user can get benefit from it.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 13:19:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162093#M124472</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-12-21T13:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka multi broker setup through ambari</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162094#M124473</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/8919/rajkumarsingh.html" nodeid="8919"&gt;@Rajkumar Singh&lt;/A&gt;sure.. will do that ... i have one more query (may be a silly one )  .. how can i browse the topic or can i see the content of the topic  ? &lt;/P&gt;&lt;P&gt;is there any specific tool to do so or can it be done through HDFS itself ? &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sathish &lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 13:53:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kafka-multi-broker-setup-through-ambari/m-p/162094#M124473</guid>
      <dc:creator>Sathish Jeganathan</dc:creator>
      <dc:date>2016-12-21T13:53:47Z</dc:date>
    </item>
  </channel>
</rss>

