Repository: storm Updated Branches: refs/heads/master 038664188 -> 5fc33f0d9
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/cc6deef5 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/cc6deef5 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/cc6deef5 Branch: refs/heads/master Commit: cc6deef506c6575cbaa3c2ef0728c8151018d9e8 Parents: 8dd7be0 Author: Arthur Maciejewicz <[email protected]> Authored: Mon Aug 1 16:50:48 2016 -0400 Committer: GitHub <[email protected]> Committed: Mon Aug 1 16:50:48 2016 -0400 ---------------------------------------------------------------------- examples/storm-starter/README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/cc6deef5/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`.
