Hi There! Happy Friday!
I'm currently using storm to set up a twitter streaming topology on a local machine. I include all the JAR files in the lib folder of version 1.0.2. I also included all the JAR files from the twitter4j API. While the compiler recognizes all the twitter classes, it does not recognize any of the Storm classes in package backtype. For example: import backtype.storm.task.TopologyContext; Have you seen this phenomena before? Best, Davis Liang
