you must add to your compiler all jar files in lib folder of apache storm
On Sat, Oct 8, 2016 at 4:53 AM, Davis Liang <[email protected]> wrote: > 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 >
