From 7dd7f21bddb7bb548bb23a7d4ad2c44af954d795 Mon Sep 17 00:00:00 2001 From: Nick Marden Date: Tue, 9 Sep 2014 14:06:45 -0400 Subject: [PATCH] Super-clear documentation for chowderheads like myself --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f97bf6..d5e2b9f 100644 --- a/README.md +++ b/README.md @@ -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 ` -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 ... ``` + 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