You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/06/03 19:36:00 UTC

[46/50] [abbrv] storm git commit: fix docs for hbase example

fix docs for hbase example


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b90ec781
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b90ec781
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/b90ec781

Branch: refs/heads/master
Commit: b90ec781c7a7ba77f6598fe20e7842fa4a228098
Parents: 91369ac
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Jun 2 17:14:34 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Jun 2 17:14:34 2015 -0400

----------------------------------------------------------------------
 external/flux/flux-examples/README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b90ec781/external/flux/flux-examples/README.md
----------------------------------------------------------------------
diff --git a/external/flux/flux-examples/README.md b/external/flux/flux-examples/README.md
index fceebd8..0a7085e 100644
--- a/external/flux/flux-examples/README.md
+++ b/external/flux/flux-examples/README.md
@@ -58,11 +58,9 @@ storm jar ./target/flux-examples-*.jar org.apache.storm.flux.Flux --local ./src/
 
 This example illustrates how to use Flux to setup a storm-hbase bolt to write to HBase.
 
-In order to use this example, you will need to edit the `src/main resrouces/hbase-site.xml` file to reflect your HBase
-environment, and then rebuild the topology jar.
-
-You can do so by running the following Maven command in the `flux-examples` directory:
+To run the `simple_hbase.yaml` example, copy the `hbase_bolt.properties` file to a convenient location and change the properties
+ `hbase.rootdir` and `hbase.zookeeper.quorum`. Then you can run the example something like:
 
 ```bash
-mvn clean install
-```
\ No newline at end of file
+storm jar ./target/flux-examples-*.jar org.apache.storm.flux.Flux --local ./src/main/resources/simple_hbase.yaml --filter my_hbase_bolt.properties
+```