You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'v done everything to run the example for the past week. From building the project itself and using the jar file to run the TwitterEsperSample to adding the TwitterEsperSample.jar and TwitterSpout.jar to storm-starter project and adding the dependencies to its pom.xml yet I can't run the example.
In the first case I get the error:
"Could not find or load main class org.tomdz.storm.esper.example.TwitterEsperSample"
and in the second case I get a bunch of errors that tell it can't find twitter4j while I'v added the dependency that you have mentioned in the Readme and also I'v tried to add twitter4j dependencies in pom.xml but it does not work...
Could you please tell how to run this example step by step and how to exactly use this library in our projects? An easily runnable example would be a great help to get us started...
Thanks a lot...
The text was updated successfully, but these errors were encountered:
Hi,
I'v done everything to run the example for the past week. From building the project itself and using the jar file to run the TwitterEsperSample to adding the TwitterEsperSample.jar and TwitterSpout.jar to storm-starter project and adding the dependencies to its pom.xml yet I can't run the example.
In the first case I get the error:
"Could not find or load main class org.tomdz.storm.esper.example.TwitterEsperSample"
and in the second case I get a bunch of errors that tell it can't find twitter4j while I'v added the dependency that you have mentioned in the Readme and also I'v tried to add twitter4j dependencies in pom.xml but it does not work...
Could you please tell how to run this example step by step and how to exactly use this library in our projects? An easily runnable example would be a great help to get us started...
Thanks a lot...
The text was updated successfully, but these errors were encountered: