Skip to content

Instantly share code, notes, and snippets.

@tomgullo
Created March 24, 2015 20:13
Show Gist options
  • Save tomgullo/250a3a0f46b823c4f303 to your computer and use it in GitHub Desktop.
Save tomgullo/250a3a0f46b823c4f303 to your computer and use it in GitHub Desktop.
execute storm locally
mvn compile exec:java -Dexec.mainClass="MyTopology" -Dexec.args="-somekey someval" -P local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment