Skip to content

Commit

Permalink
Clarify working directory for example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Jul 8, 2014
1 parent 8da9572 commit 1b2ea79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/storm-starter/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ of Storm in this local Maven repository at `$HOME/.m2/repository`.

## Running topologies with Maven

Note: All following examples require that you run `cd examples/storm-starter`
beforehand.

storm-starter topologies can be run with the maven-exec-plugin. For example, to
compile and run `WordCountTopology` in local mode, use the command:

Expand Down

0 comments on commit 1b2ea79

Please sign in to comment.