We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd7be0 commit cc6deefCopy full SHA for cc6deef
examples/storm-starter/README.markdown
@@ -92,7 +92,7 @@ You can submit (run) a topology contained in this uberjar to Storm via the `stor
92
93
# Example 2: Run the RollingTopWords in remote/cluster mode,
94
# under the name "production-topology"
95
- $ storm jar storm-starter-*.jar org.apache.storm.starter.RollingTopWords production-topology remote
+ $ storm jar target/storm-starter-*.jar org.apache.storm.starter.RollingTopWords production-topology remote
96
97
With submitting you can run topologies which use multilang, for example, `WordCountTopology`.
98
0 commit comments