I followed Storm Starter instructions and imported Twitter Storm in IntelliJ. For sake of testing I edited ExclaimationToplogy a bit and used following Maven command to
pom.xml
file and remove provided
line from storm dependency. This enables IntelliJ to compile storm dependency on build./src/jvm/storm/starter/
, right click on ExclamationTopology file and Run 'ExclamationTop....main()'