Repository: storm Updated Branches: refs/heads/1.0.x-branch eeee1ee5d -> f5da12ce1
Fix command to run RollingTopWords example Appended target directory to command. Previously resulted in ClassNotFound exception. Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/f5da12ce Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/f5da12ce Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/f5da12ce Branch: refs/heads/1.0.x-branch Commit: f5da12ce1292711ff6dd05f11ca768c6cc0a82ff Parents: eeee1ee Author: Arthur Maciejewicz <[email protected]> Authored: Mon Aug 1 16:50:48 2016 -0400 Committer: Jungtaek Lim <[email protected]> Committed: Tue Aug 23 09:22:30 2016 +0900 ---------------------------------------------------------------------- examples/storm-starter/README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/f5da12ce/examples/storm-starter/README.markdown ---------------------------------------------------------------------- diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown index d68ca6b..ca0a253 100644 --- a/examples/storm-starter/README.markdown +++ b/examples/storm-starter/README.markdown @@ -92,7 +92,7 @@ You can submit (run) a topology contained in this uberjar to Storm via the `stor # Example 2: Run the RollingTopWords in remote/cluster mode, # under the name "production-topology" - $ 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 With submitting you can run topologies which use multilang, for example, `WordCountTopology`.
