Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 513 Bytes

RUNNING.md

File metadata and controls

28 lines (22 loc) · 513 Bytes

Locally

$ mvn -f m2-pom.xml compile exec:java -Dexec.classpathScope=compile -Dexec.mainClass=storm.starter.trident.TridentUniques

Remotely

Initial Setup

$ mkdir ~/.storm
$ echo 'nimbus.host: "192.168.101.11"' > ~/.storm/storm.yaml # Adjust the IP address as needed

Submit

$ mvn -f m2-pom.xml package
$ ./tools/submit CLASS NAME
# ./tools/submit storm.starter.trident.TridentUniques Uniques

$ ./tools/kill NAME
# ./tools/kill Uniques