Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 595 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 595 Bytes

##HelloWorld for storm

This project contains a pom.xml which would effectively build the project including dependencies

To execute the HelloWorld topology

mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=storm.cookbook.HelloWorldTopology

To execute the TirdentWordCount topology

mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=storm.trident.cookbook.TridentWordCount

To execute the TridentReach topology

mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=storm.trident.cookbook.TridentReach