<?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 spout cannot read from kafka topic in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169570#M53995</link>
    <description>&lt;P&gt;Please make sure you have a Topic created in Kafka: &lt;A href="https://kafka.apache.org/documentation/#quickstart_createtopic" target="_blank"&gt;https://kafka.apache.org/documentation/#quickstart_createtopic&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Feb 2017 02:36:14 GMT</pubDate>
    <dc:creator>ambud_sharma1</dc:creator>
    <dc:date>2017-02-11T02:36:14Z</dc:date>
    <item>
      <title>Kafka spout cannot read from kafka topic</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169568#M53993</link>
      <description>&lt;P&gt;Hey guys, I'm pretty new to kafka and storm and I'm trying to run the kafka-storm-hive-integration project from git&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/DevelopersWithPassion/kafka-storm-hive-integration" target="_blank"&gt;https://github.com/DevelopersWithPassion/kafka-storm-hive-integration&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;I packaged the project and run the storm jar command but I keep having this error :&lt;/P&gt;&lt;P&gt;s.k.PartitionManager - Read partition information from: /namenode:6667/id7/partition_1  --&amp;gt; null&lt;/P&gt;&lt;P&gt;No partition information found, using configuration to determine offset&lt;/P&gt;&lt;P&gt;this is the topology.properties:&lt;/P&gt;&lt;P&gt;zkhost = namenode:2181 &lt;/P&gt;&lt;P&gt;inputTopic = inputtest &lt;/P&gt;&lt;P&gt;KafkaBroker = namenode:6667 &lt;/P&gt;&lt;P&gt;consumerGroup= id7 &lt;/P&gt;&lt;P&gt;metaStoreURI = thrift://namenode:9083 &lt;/P&gt;&lt;P&gt;dbName = default &lt;/P&gt;&lt;P&gt;tblName = test&lt;/P&gt;&lt;P&gt;Really I don't know where to begin, can anyone guide me through this issue and I'll send further informations about the code ? thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 19:47:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169568#M53993</guid>
      <dc:creator>seyma_menjour</dc:creator>
      <dc:date>2017-02-10T19:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka spout cannot read from kafka topic</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169569#M53994</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/13470/seymamenjour.html" nodeid="13470"&gt;@Seyma Menjour&lt;/A&gt;&lt;P&gt;Here is the example kafka spout code : &lt;A href="https://github.com/rajkrrsingh/KafkaSpoutStorm" target="_blank"&gt;https://github.com/rajkrrsingh/KafkaSpoutStorm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 19:51:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169569#M53994</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2017-02-10T19:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka spout cannot read from kafka topic</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169570#M53995</link>
      <description>&lt;P&gt;Please make sure you have a Topic created in Kafka: &lt;A href="https://kafka.apache.org/documentation/#quickstart_createtopic" target="_blank"&gt;https://kafka.apache.org/documentation/#quickstart_createtopic&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 02:36:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169570#M53995</guid>
      <dc:creator>ambud_sharma1</dc:creator>
      <dc:date>2017-02-11T02:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka spout cannot read from kafka topic</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169571#M53996</link>
      <description>&lt;P&gt;I've created it, I think there is a problem in the zkroot, I don't know how to configure it&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:02:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169571#M53996</guid>
      <dc:creator>seyma_menjour</dc:creator>
      <dc:date>2017-02-13T16:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka spout cannot read from kafka topic</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169572#M53997</link>
      <description>&lt;P&gt;Hey guys I found the error, :&lt;/P&gt;&lt;P&gt;when executing the storm jar command, we have to specify a topology name (whatever it is ) ex:&lt;/P&gt;&lt;P&gt;storm jar kafka-storm-integration-0.0.1-SNAPSHOT.jar com.storm.topology.KafkaTopology topology.properties&lt;STRONG&gt; testTopo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It wasn't specified in the readme.md. Any way thank you guys ^^&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 18:45:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Kafka-spout-cannot-read-from-kafka-topic/m-p/169572#M53997</guid>
      <dc:creator>seyma_menjour</dc:creator>
      <dc:date>2017-02-13T18:45:59Z</dc:date>
    </item>
  </channel>
</rss>

