Skip to content

Commit cc6deef

Browse files
author
Arthur Maciejewicz
authored
Fix command to run RollingTopWords example
Appended target directory to command. Previously resulted in ClassNotFound exception.
1 parent 8dd7be0 commit cc6deef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/storm-starter/README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can submit (run) a topology contained in this uberjar to Storm via the `stor
9292

9393
# Example 2: Run the RollingTopWords in remote/cluster mode,
9494
# under the name "production-topology"
95-
$ storm jar storm-starter-*.jar org.apache.storm.starter.RollingTopWords production-topology remote
95+
$ storm jar target/storm-starter-*.jar org.apache.storm.starter.RollingTopWords production-topology remote
9696

9797
With submitting you can run topologies which use multilang, for example, `WordCountTopology`.
9898

0 commit comments

Comments
 (0)