Skip to content

ashrithr/storm-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##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

About

sample hello world topology with pom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages