Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Super-clear documentation for chowderheads like myself #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,14 @@ Locally installing the Storm distribution is **not required**. Note that RedStor

you can also use an alternate path and use the `--config <other/path/to/config.yaml>`

2. generate `target/cluster-topology.jar`. This jar file will include your sources directory plus the required dependencies
2. generate `target/cluster-topology.jar`. This jar file will include your sources directory plus the required dependencies.

``` sh
$ redstorm jar <sources_directory1> <sources_directory2> ...
```

Note that "sources directory" means the directory that contains _your_ topology code, not the redstorm sources. For example, if you're building a topolgy from one of the examples included with this gem, the correct command would be `redstorm jar examples`.

3. submit the cluster topology jar file to the cluster

``` sh
Expand Down