Skip to content

Instantly share code, notes, and snippets.

@jatrost
Last active January 3, 2016 08:09
Show Gist options
  • Save jatrost/8434634 to your computer and use it in GitHub Desktop.
Save jatrost/8434634 to your computer and use it in GitHub Desktop.
STORM_HOME=/usr/local/storm # set this based on your system's setup
mvn package
mvn org.apache.maven.plugins:maven-dependency-plugin:2.7:copy-dependencies -DincludeArtifactIds=java-statsd-client
cp target/dependency/java-statsd-client-1.0.1.jar $STORM_HOME/lib/
cp target/storm-metrics-statsd-*.jar $STORM_HOME/lib/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment