<?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: issue in Kafka topic creation in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176978#M139228</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12453/beherasanjib.html" nodeid="12453"&gt;@Sanjib Behera&lt;/A&gt; Is this the same issue as provided in screenshot ? If yes, Could you please check "listeners" section in server.properties. As you are not using kerberos while consuming value of "listeners" should contain PLAINTEXT. &lt;/P&gt;&lt;P&gt;If this is a different error then please provide complete traceback message.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2017 12:25:50 GMT</pubDate>
    <dc:creator>amankumbare</dc:creator>
    <dc:date>2017-08-02T12:25:50Z</dc:date>
    <item>
      <title>issue in Kafka topic creation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176971#M139221</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/14136-kafka-issue.png"&gt;kafka-issue.png&lt;/A&gt;Getting issue in kafka topic creation command&lt;/P&gt;&lt;P&gt;"bin/kafka-topics.sh --zookeeper localhost:2181 --create --topic test --replication-factor 1 --partitions 1"&lt;/P&gt;&lt;P&gt;PFA screen shot for reference&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 20:48:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176971#M139221</guid>
      <dc:creator>behera_sanjib</dc:creator>
      <dc:date>2017-03-28T20:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: issue in Kafka topic creation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176972#M139222</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12453/beherasanjib.html" nodeid="12453"&gt;@Sanjib Behera&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From your screenshot it looks like you are using kafka  in a kerberozed environment so can you please check if youa re able to get a valid kerberos ticket?&lt;/P&gt;&lt;PRE&gt;# kinit -kt /etc/security/keytabs/kafka.service.keytab  kafka/something@EXAMPLE.COM
# klist&lt;/PRE&gt;&lt;P&gt;Also please try running the producer again after setting the following properties?&lt;/P&gt;&lt;PRE&gt;# export 
KAFKA_CLIENT_KERBEROS_PARAMS="-Djava.security.auth.login.config=/usr/hdp/current/kafka-broker/config/kafka_client_jaas.conf"
&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Additionally check if the following is set properly ?  &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_storm-user-guide/content/stormkafka-secure-config.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_storm-user-guide/content/stormkafka-secure-config.html&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;spoutConfig.securityProtocol=PLAINTEXTSASL&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 21:00:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176972#M139222</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-28T21:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: issue in Kafka topic creation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176973#M139223</link>
      <description>&lt;P&gt;Thanks for the quick solution... it worked for me, but did not try the Strom kafka spout configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:34:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176973#M139223</guid>
      <dc:creator>behera_sanjib</dc:creator>
      <dc:date>2017-03-29T12:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: issue in Kafka topic creation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176974#M139224</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12453/beherasanjib.html" nodeid="12453"&gt;@Sanjib Behera
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good to know that previously mentioned suggestion worked.  &lt;/P&gt;&lt;P&gt;Regarding the "&lt;CODE&gt;spoutConfig.securityProtoco&lt;/CODE&gt;" config you can refer to the following link to know more about it.  Sometimes an incorrect value to this property causes issue, but in your case looks like it is alredy running fine.    &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_storm-user-guide/content/stormkafka-secure-config.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_storm-user-guide/content/stormkafka-secure-config.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12453/beherasanjib.html" nodeid="12453"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:40:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176974#M139224</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-29T12:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: issue in Kafka topic creation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176975#M139225</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12453/beherasanjib.html" nodeid="12453"&gt;@Sanjib Behera&lt;/A&gt; &lt;/P&gt;&lt;P&gt;It will be good if you can mark this HCC thread as Answerd by clicking on the "Accept" button on the correct answer that helps others. &lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:51:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176975#M139225</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-29T12:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: issue in Kafka topic creation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176976#M139226</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; : Sure i will do that.&lt;/P&gt;&lt;P&gt;Hhaving another issue while executing kafka consumer&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/14212-kafka-consumer-issue.png"&gt;kafka-consumer-issue.png&lt;/A&gt;
&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 20:21:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176976#M139226</guid>
      <dc:creator>behera_sanjib</dc:creator>
      <dc:date>2017-03-29T20:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: issue in Kafka topic creation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176977#M139227</link>
      <description>&lt;P&gt;Currently i am getting "No brokers found in ZK." issue for the following command&lt;/P&gt;&lt;P&gt;"kafka-console-consumer.sh --zookeeper abc00691239901.cde.com:6667 --topic test --from-beginning"&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 20:46:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176977#M139227</guid>
      <dc:creator>behera_sanjib</dc:creator>
      <dc:date>2017-03-29T20:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: issue in Kafka topic creation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176978#M139228</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12453/beherasanjib.html" nodeid="12453"&gt;@Sanjib Behera&lt;/A&gt; Is this the same issue as provided in screenshot ? If yes, Could you please check "listeners" section in server.properties. As you are not using kerberos while consuming value of "listeners" should contain PLAINTEXT. &lt;/P&gt;&lt;P&gt;If this is a different error then please provide complete traceback message.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:25:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176978#M139228</guid>
      <dc:creator>amankumbare</dc:creator>
      <dc:date>2017-08-02T12:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: issue in Kafka topic creation</title>
      <link>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176979#M139229</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/12453/beherasanjib.html" nodeid="12453"&gt;@Sanjib Behera&lt;/A&gt;&lt;P&gt; if the cluster is Kerberos enabled then we need "kafka-console-consumer.sh --zookeeper &lt;A href="http://abc00691239901.cde.com/"&gt;abc00691239901.cde.com&lt;/A&gt;:6667 --topic test --from-beginning --security-protocol PLAINTEXTSASL" and for Storm spout you need to have jaas file to be configured.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:45:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/issue-in-Kafka-topic-creation/m-p/176979#M139229</guid>
      <dc:creator>dheer_vijji_rag</dc:creator>
      <dc:date>2017-08-02T13:45:34Z</dc:date>
    </item>
  </channel>
</rss>

