davidkiss / storm-twitter-word-count

This is a sample project demonstrating real-time computation storm framework integration with twitter.
45 stars 55 forks source link

VM args in a storm context #1

Closed nallagangus closed 8 years ago

nallagangus commented 9 years ago

In a storm context where you run a job like "storm jar file.jar com...Topology -c nimbus...

Where do you set VM args especially in context of twitter4j auth tokens you mentioned in example

davidkiss commented 9 years ago

Try it with the -c param: storm jar file.jar com...Topology -c twitter4j.oauth.consumerKey=***