Skip to content

abo/storm-topologies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storm Topologies

- Chinese Word Count

using jieba for segment.

Run WordCountTopology in local mode, use this command:

mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=com.trs.smas.storm.topology.WordCount

Run RollingTopWords in local mode, use this command:

mvn compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=com.trs.smas.storm.topology.RollingTopWords

Package a jar suitable for submitting to a cluster with this command:

mvn package

This will package your code and all the non-Storm dependencies into a single "uberjar" at the path target/storm-topologies-{version}-jar-with-dependencies.jar.

About

Storm Topologies (ETL,WordCount,etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published