<?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: Tweet streams with Storm in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111059#M25763</link>
    <description>&lt;P&gt;Thanks Pierre. Storm was in good shape with all green. I have changed the nimbus.host to host and it worked.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  Now that I was able to run my first topology on Storm I am looking into ways to adapt it to the case of Twitter streams. Thanks for the link to &lt;A href="https://github.com/pvillard31/storm-twitter."&gt;https://github.com/pvillard31/storm-twitter.&lt;/A&gt; I will use this on myinitial test. I am start clone your project repo and start working on it from my instance.   I guess I have some questions regarding the connection to the Twitter api as well. Would you have documentation explaining step by step these two processes?&lt;/P&gt;&lt;P&gt;Merci!&lt;/P&gt;</description>
    <pubDate>Sun, 24 Apr 2016 23:05:06 GMT</pubDate>
    <dc:creator>junnnninho</dc:creator>
    <dc:date>2016-04-24T23:05:06Z</dc:date>
    <item>
      <title>Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111055#M25759</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am pretty new to Storm and I am getting started by trying to process some tweet streams with it. What would be the basic steps to start it?&lt;/P&gt;&lt;P&gt;I am aware of there is a stream api for it (https://dev.twitter.com/streaming/overview), but how would I integrate it with my Storm elements to start making it work. &lt;/P&gt;&lt;P&gt;Any insights appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:20:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111055#M25759</guid>
      <dc:creator>junnnninho</dc:creator>
      <dc:date>2016-04-21T18:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111056#M25760</link>
      <description>&lt;P&gt;Hi Wellington,&lt;/P&gt;&lt;P&gt;There are few examples out there to use the Twitter API with Storm. You should have a look to Hortonworks tutorials (like this one &lt;A href="http://hortonworks.com/hadoop-tutorial/ingesting-processing-real-time-events-apache-storm/)" target="_blank"&gt;http://hortonworks.com/hadoop-tutorial/ingesting-processing-real-time-events-apache-storm/)&lt;/A&gt; to have explained and comprehensive examples using the sandbox.&lt;/P&gt;&lt;P&gt;If you only want simple code examples, you will find a lot by searching for "github twitter storm" on the internet. A possible example is: &lt;A href="https://github.com/pvillard31/storm-twitter" target="_blank"&gt;https://github.com/pvillard31/storm-twitter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But there are a lot of possibilities depending on how you want to use the Twitter API. For example, you will find some examples that leverages the Trident API in Storm.&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:27:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111056#M25760</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-04-21T18:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111057#M25761</link>
      <description>&lt;P&gt;Thanks Pierre. I am starting with this tutorial on my 3 node cluster ( I am not using sandbox) to get familiar with Storm: &lt;A href="http://hortonworks.com/hadoop-tutorial/ingesting-processing-real-time-events-apache-storm"&gt;http://hortonworks.com/hadoop-tutorial/ingesting-processing-real-time-events-apache-storm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am following all the steps until the point I have to run: [root@sandbox ~]# storm jar storm-starter-0.0.1-storm-0.9.0.1.jar storm.starter.WordCountTopologyWordCount-c storm.starter.WordCountTopologyWordCount-c nimbus.host=sandbox.hortonworks.com &lt;/P&gt;&lt;P&gt;Here I am getting some errors. Should I run this command from any specific folder. &lt;/P&gt;&lt;P&gt;Here is a partial description of the error: &lt;/P&gt;&lt;P&gt;at backtype.storm.StormSubmitter.submitTopology(StormSubmitter.java:271) [storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;at backtype.storm.StormSubmitter.submitTopology(StormSubmitter.java:157) [storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;at storm.starter.WordCountTopology.main(WordCountTopology.java:77) [storm-starter-0.0.1-storm-0.9.0.1.jar:?]&lt;/P&gt;&lt;P&gt;Caused by: org.apache.thrift7.transport.TTransportException: java.net.ConnectException: Conexão recusada&lt;/P&gt;&lt;P&gt;at org.apache.thrift7.transport.TSocket.open(TSocket.java:187) ~[storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;at org.apache.thrift7.transport.TFramedTransport.open(TFramedTransport.java:81) ~[storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;at backtype.storm.security.auth.SimpleTransportPlugin.connect(SimpleTransportPlugin.java:102) ~[storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;at backtype.storm.security.auth.TBackoffConnect.doConnectWithRetry(TBackoffConnect.java:48) ~[storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;... 8 more&lt;/P&gt;&lt;P&gt;Caused by: java.net.ConnectException: Conexão recusada&lt;/P&gt;&lt;P&gt;at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_60]&lt;/P&gt;&lt;P&gt;at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_60]&lt;/P&gt;&lt;P&gt;at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_60]&lt;/P&gt;&lt;P&gt;at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_60]&lt;/P&gt;&lt;P&gt;at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_60]&lt;/P&gt;&lt;P&gt;at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_60]&lt;/P&gt;&lt;P&gt;at org.apache.thrift7.transport.TSocket.open(TSocket.java:182) ~[storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;at org.apache.thrift7.transport.TFramedTransport.open(TFramedTransport.java:81) ~[storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;at backtype.storm.security.auth.SimpleTransportPlugin.connect(SimpleTransportPlugin.java:102) ~[storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;at backtype.storm.security.auth.TBackoffConnect.doConnectWithRetry(TBackoffConnect.java:48) ~[storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;... 8 more&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.RuntimeException: Could not find leader nimbus from seed hosts [ip-172-31-34-25.sa-east-1.compute.internal]. Did you specify a valid list of nimbus hosts for config nimbus.seeds&lt;/P&gt;&lt;P&gt;at backtype.storm.utils.NimbusClient.getConfiguredClientAs(NimbusClient.java:90)&lt;/P&gt;&lt;P&gt;at backtype.storm.StormSubmitter.submitTopologyAs(StormSubmitter.java:225)&lt;/P&gt;&lt;P&gt;at backtype.storm.StormSubmitter.submitTopology(StormSubmitter.java:271)&lt;/P&gt;&lt;P&gt;at backtype.storm.StormSubmitter.submitTopology(StormSubmitter.java:157)&lt;/P&gt;&lt;P&gt;at storm.starter.WordCountTopology.main(WordCountTopology.java:77)&lt;/P&gt;&lt;P&gt;Thanks-&lt;/P&gt;&lt;P&gt;Wellington &lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 09:45:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111057#M25761</guid>
      <dc:creator>junnnninho</dc:creator>
      <dc:date>2016-04-23T09:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111058#M25762</link>
      <description>&lt;P&gt;Hi Wellington,&lt;/P&gt;&lt;P&gt;Sounds like Storm is not in a good shape. Is everything green for Storm in Ambari?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 17:52:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111058#M25762</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-04-23T17:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111059#M25763</link>
      <description>&lt;P&gt;Thanks Pierre. Storm was in good shape with all green. I have changed the nimbus.host to host and it worked.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  Now that I was able to run my first topology on Storm I am looking into ways to adapt it to the case of Twitter streams. Thanks for the link to &lt;A href="https://github.com/pvillard31/storm-twitter."&gt;https://github.com/pvillard31/storm-twitter.&lt;/A&gt; I will use this on myinitial test. I am start clone your project repo and start working on it from my instance.   I guess I have some questions regarding the connection to the Twitter api as well. Would you have documentation explaining step by step these two processes?&lt;/P&gt;&lt;P&gt;Merci!&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 23:05:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111059#M25763</guid>
      <dc:creator>junnnninho</dc:creator>
      <dc:date>2016-04-24T23:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111060#M25764</link>
      <description>&lt;P&gt;
	Regarding Twitter API, I used Twitter4j (doc and examples here: &lt;A href="http://twitter4j.org/en/code-examples.html"&gt;http://twitter4j.org/en/code-examples.html&lt;/A&gt;). You will need to create a Twitter App from your twitter account to create access tokens that will be needed by the API (&lt;A href="https://apps.twitter.com/"&gt;https://apps.twitter.com/&lt;/A&gt;). Regarding the topology itself, you can have a look at the README on github which explains the idea (in short: it only gets tweets containing specific keywords, aggregates the number of tweets for a given keyword in a given time period using ticks, and stores this information in both HDFS and Hive).&lt;/P&gt;&lt;P&gt;
	Note: if one of the provided answers in this thread is answering your initial question, could you mark it as accepted? It helps other users when there are looking for information &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 23:24:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111060#M25764</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-04-24T23:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111061#M25765</link>
      <description>&lt;P&gt;Thanks Pierre. You info is very useful. I have cloned the project to my instance and I am about to create the .jars. Which classes do you use to build your storm-twitter-0.0.1-SNAPSHOT.jar ?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 09:02:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111061#M25765</guid>
      <dc:creator>junnnninho</dc:creator>
      <dc:date>2016-04-25T09:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111062#M25766</link>
      <description>&lt;P&gt;To build the jar, you must use maven and run the command "clean package" that will create an uber jar (with all dependencies included). Then you will be able to run your topology using:&lt;/P&gt;&lt;P&gt;storm jar storm-twitter-0.0.1-SNAPSHOT.jar fr.pvillard.storm.topology.Topology &amp;lt;local|cluster&amp;gt; &amp;lt;consumer key&amp;gt; &amp;lt;consumer key secret&amp;gt; &amp;lt;access token key&amp;gt; &amp;lt;access token secret&amp;gt;&lt;/P&gt;&lt;P&gt;where Topology class is the class where I defined the topology and where there is the main method.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 14:42:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111062#M25766</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-04-25T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111063#M25767</link>
      <description>&lt;P&gt;Thanks Pierre. Sorry for keeping going back to the same point, but this is the first time I use Maven. I am getting the errors below when I try to clean the package. I am not sure if I have to change something on the pom.xml, or where it is located....&lt;/P&gt;&lt;P&gt;[root@ip-172-31-34-25 bin]# ./mvn clean package &lt;A href="https://github.com/pvillard31/storm-twitter" target="_blank"&gt;https://github.com/pvillard31/storm-twitter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[INFO] Scanning for projects...&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[INFO] BUILD FAILURE&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[INFO] Total time: 0.075 s&lt;/P&gt;&lt;P&gt;[INFO] Finished at: 2016-04-25T23:10:05-04:00&lt;/P&gt;&lt;P&gt;[INFO] Final Memory: 5M/115M&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/opt/apache-maven-3.3.9/bin). Please verify you invoked Maven from the correct directory. -&amp;gt; [Help 1]&lt;/P&gt;&lt;P&gt;[ERROR] &lt;/P&gt;&lt;P&gt;[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.&lt;/P&gt;&lt;P&gt;[ERROR] Re-run Maven using the -X switch to enable full debug logging.&lt;/P&gt;&lt;P&gt;[ERROR] &lt;/P&gt;&lt;P&gt;[ERROR] For more information about the errors and possible solutions, please read the following articles:&lt;/P&gt;&lt;P&gt;[ERROR] [Help 1] &lt;A href="http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException" target="_blank"&gt;http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 10:16:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111063#M25767</guid>
      <dc:creator>junnnninho</dc:creator>
      <dc:date>2016-04-26T10:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111064#M25768</link>
      <description>&lt;P&gt;When running a maven command, the best practice is to run it from within the directory containing the pom.xml file (file containing all the Maven instructions for packaging the product). In this case, you should run the command in the clone of the github project where there is the pom file.&lt;/P&gt;&lt;P&gt;cd /path/to/storm-twitter&lt;/P&gt;&lt;P&gt;/opt/apache-maven-3.3.9/bin/mvn clean package&lt;/P&gt;&lt;P&gt;You may also want to add Maven in your path to be able to directly call mvn command.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 14:05:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111064#M25768</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-04-26T14:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111065#M25769</link>
      <description>&lt;P&gt;Hey Pierre. I performed a successful build however I am getting an error saying that the Topology class was not found when I run this:&lt;/P&gt;&lt;P&gt;[root@ip-172-31-34-25 storm-twitter]# storm jar storm-twitter-0.0.1-SNAPSHOT.jar fr.pvillard.storm.topology.Topology host=ec2-52-67-8-253.sa-east-1.compute.amazonaws.com kFI3G29IJ5UOMnbe3qmJpDw5L iZszClk61Lfdu6hTxRAIW1STPX1TtbFXpIKlehxHNUGIpMWYFT 140206682-thGEZ8KIYfYbHY9Rzvzu2CO8ry6UBmSEvUe0zOGZ 8uA5F0T4yhnLv16fgrFP4S6W5ETflmGzLd3dPW1chb46v&lt;/P&gt;&lt;P&gt;Error: Not able to locate nor load fr.pvillard.storm.topology.Topology&lt;/P&gt;&lt;P&gt;Should I run the command above from specific folder?&lt;/P&gt;&lt;P&gt;Thanks-&lt;/P&gt;&lt;P&gt;Wellington &lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 07:25:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111065#M25769</guid>
      <dc:creator>junnnninho</dc:creator>
      <dc:date>2016-04-27T07:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111066#M25770</link>
      <description>&lt;P&gt;You should run the command where the jar is and it is probably in the target directory under storm-twitter.&lt;/P&gt;&lt;P&gt;There is no argument host=.... This argument is either "local" or "cluster" depending on how you want to run your topology with storm (in a local way to ease debugging for example or in a distributed way).&lt;/P&gt;&lt;P&gt;A final word : you should not post your Twitter credentials, it is private data and could be used by someone else to act on your behalf. I strongly encourage you to regenerate new credentials from the Twitter apps page.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 15:56:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111066#M25770</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-04-28T15:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111067#M25771</link>
      <description>&lt;P&gt;Thanks for the tips Pierre. I was able to run the topoly with no errors (apparently): &lt;/P&gt;&lt;P&gt;460  [main] INFO  b.s.u.Utils - Using defaults.yaml from resources&lt;/P&gt;&lt;P&gt;523  [main] INFO  b.s.u.Utils - Using storm.yaml from resources&lt;/P&gt;&lt;P&gt;584  [main] INFO  b.s.u.Utils - Using defaults.yaml from resources&lt;/P&gt;&lt;P&gt;602  [main] INFO  b.s.u.Utils - Using storm.yaml from resources&lt;/P&gt;&lt;P&gt;608  [main] INFO  b.s.StormSubmitter - Generated ZooKeeper secret payload for MD5-digest: -8800577250600957523:-7254875077049838623&lt;/P&gt;&lt;P&gt;609  [main] INFO  b.s.s.a.AuthUtils - Got AutoCreds []&lt;/P&gt;&lt;P&gt;624  [main] INFO  b.s.u.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [2000] the maxSleepTimeMs [60000] the maxRetries [5]&lt;/P&gt;&lt;P&gt;653  [main] INFO  b.s.u.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [2000] the maxSleepTimeMs [60000] the maxRetries [5]&lt;/P&gt;&lt;P&gt;654  [main] INFO  b.s.u.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [2000] the maxSleepTimeMs [60000] the maxRetries [5]&lt;/P&gt;&lt;P&gt;659  [main] INFO  b.s.u.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [2000] the maxSleepTimeMs [60000] the maxRetries [5]&lt;/P&gt;&lt;P&gt;663  [main] INFO  b.s.u.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [2000] the maxSleepTimeMs [60000] the maxRetries [5]&lt;/P&gt;&lt;P&gt;668  [main] INFO  b.s.u.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [2000] the maxSleepTimeMs [60000] the maxRetries [5]&lt;/P&gt;&lt;P&gt;676  [main] INFO  b.s.StormSubmitter - Uploading topology jar storm-twitter-0.0.1-SNAPSHOT.jar to assigned location: /hadoop/storm/nimbus/inbox/stormjar-cac9d9fd-128d-43d2-b13d-5effadbbbe75.jar&lt;/P&gt;&lt;P&gt;1702 [main] INFO  b.s.StormSubmitter - Successfully uploaded topology jar to assigned location: /hadoop/storm/nimbus/inbox/stormjar-cac9d9fd-128d-43d2-b13d-5effadbbbe75.jar&lt;/P&gt;&lt;P&gt;1702 [main] INFO  b.s.StormSubmitter - Submitting topology storm-twitter in distributed mode with conf {"topology.message.timeout.secs":120,"storm.zookeeper.topology.auth.scheme":"digest","storm.zookeeper.topology.auth.payload":"-8800577250600957523:-7254875077049838623"}&lt;/P&gt;&lt;P&gt;1939 [main] INFO  b.s.StormSubmitter - Finished submitting topology: storm-twitter&lt;/P&gt;&lt;P&gt;I am checking in the Storm UI and things seems to be OK, however not much processing is going on (nothing seems to bee emitting or transferred).  I don't have any output stats from the Spout nor errors; Same thing for all the other Bolts. I posted 2 tweets from my account and created the HIVE table indicated on your docs but no resultas have ever appeared. &lt;/P&gt;&lt;P&gt;How often does your spouts collect new streams from the twitter account?  My Keys and Access token are all set to ready and  write... What do you think might be possible causes for not getting anything here? Any tips around the best way to troubleshoot this kind of thing?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 10:26:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111067#M25771</guid>
      <dc:creator>junnnninho</dc:creator>
      <dc:date>2016-04-30T10:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111068#M25772</link>
      <description>&lt;P&gt;Try to run the topology in local mode. It will be easier to see what is happening.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 16:00:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111068#M25772</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-04-30T16:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111069#M25773</link>
      <description>&lt;P&gt;Thanks Pierre. For some reason when I try to run on local I get these kind of exceptions:&lt;/P&gt;&lt;P&gt;10887 [Thread-20-TweetHdfsBolt] WARN  o.a.h.u.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable&lt;/P&gt;&lt;P&gt;11100 [Thread-20-TweetHdfsBolt] ERROR b.s.util - Async loop died!&lt;/P&gt;&lt;P&gt;java.lang.RuntimeException: Error preparing HdfsBolt: java.net.UnknownHostException: mycluster&lt;/P&gt;&lt;P&gt;at org.apache.storm.hdfs.bolt.AbstractHdfsBolt.prepare(AbstractHdfsBolt.java:109) ~[storm-twitter-0.0.1-SNAPSHOT.jar:?]&lt;/P&gt;&lt;P&gt;at backtype.storm.daemon.executor$fn__7245$fn__7258.invoke(executor.clj:746) ~[storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;at backtype.storm.util$async_loop$fn__544.invoke(util.clj:473) [storm-core-0.10.0.2.4.0.0-169.jar:0.10.0.2.4.0.0-169]&lt;/P&gt;&lt;P&gt;at clojure.lang.AFn.run(AFn.java:22) [clojure-1.6.0.jar:?]&lt;/P&gt;&lt;P&gt;at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]&lt;/P&gt;&lt;P&gt;I was wondering if I should perform this setup (cloning the package and configuring the pom.xml) in order to make the stream collection from Twitter work, or if something that has been included on your package: &lt;A href="http://twitter4j.org/en/index.html"&gt;http://twitter4j.org/en/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 19:58:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111069#M25773</guid>
      <dc:creator>junnnninho</dc:creator>
      <dc:date>2016-04-30T19:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111070#M25774</link>
      <description>&lt;P&gt;No this is because I didn't export every variable out of the code. If you look at the main class describing the topology (https://github.com/pvillard31/storm-twitter/blob/master/src/main/java/fr/pvillard/storm/topology/Topology.java), you will see that I reference the entry points to write into HDFS (line 38), and into Hive (line 36) as well. You should update this class with your own parameters and rebuild the topology using Maven (or better, export the variables as arguments that you give when running the command).&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 20:34:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111070#M25774</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-04-30T20:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tweet streams with Storm</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111071#M25775</link>
      <description>&lt;P&gt;Thanks again. It worked. I have performed the cahnges and also fixed a permission issue around the /storm/ folder on hdfs. Things seem to be working very well now and I don't see any errors on the Storm UI. However when I go to the HIVE view and try to do a simple SELECT * FROM tweet_counts LIMIT 10; here are the exceptions I get (see below). Have you ever run into this? I have been investigating, but not sure where this is coming from...&lt;/P&gt;&lt;P&gt;ps. ambari is the name of the db where I created the tweet_counts table on my HIVE instance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;{"trace":"org.apache.ambari.view.hive.client.HiveErrorStatusException: H170 Unable to fetch results. java.io.IOException: java.io.FileNotFoundException: Path is not a file: /apps/hive/warehouse/ambari.db/tweet_counts\n\tat org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:75)\n\tat org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:61)\n\tat org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocationsInt(FSNamesystem.java:1828)\n\tat org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1799)\n\tat org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:1712)\n\tat org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:652)\n\tat .......&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 01 May 2016 07:32:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Tweet-streams-with-Storm/m-p/111071#M25775</guid>
      <dc:creator>junnnninho</dc:creator>
      <dc:date>2016-05-01T07:32:07Z</dc:date>
    </item>
  </channel>
</rss>

