Skip to content

Commit c5cdece

Browse files
committed
mention opt/local_override
1 parent d0e54b4 commit c5cdece

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It uses the operator parameter values to determine what's a row, columnFamily, c
1212

1313
It includes at least one sample for each of those operators.
1414

15-
This is tested with HBase 0.94.3 and Hadoop 1.1.0.
15+
This is tested with HBase 0.94.11 and Hadoop 1.1.0.
1616

1717
## Setup
1818

@@ -26,6 +26,8 @@ Please see the individual product pages for instructions on installation.
2626

2727
To run these operators, you must set `HBASE_HOME` and `HADOOP_HOME` in your environment. Furthermore, `HBASE_HOME/conf/hbase-site.xml` should be correspond to a running hbase instance (eg, the zookeeper referenced there should be running) since that is what the operator uses to configure itself. The operator does not need to run on the same host as HBASE. If you are running Streams on an HBASE host, just set HBASE_HOME to point the the directory for HBASE (ie, the directory that is the parent of the bin directory the conf directory).
2828

29-
If you are running Streams on a different host than where you ran HBASE, copy that whole directory to the Streams host.
29+
If you are running Streams on a different host than where you ran HBASE, copy that whole directory to the Streams host.
30+
31+
The toolkit uses a call first found in HBASE 0.94.11; if your HBASE version is less than than that, download a hbase 0.94.16 jar, and put it in toolkit in com.ibm.streamsx.hbase/opt/local_override.
3032
##Contributing
3133
This repository is using the fork-and-pull model (https://help.github.com/articles/using-pull-requests). If you'd like to contribute code, fork a copy of the repository, make changes, and when ready, issue a pull request. For more details, see the wiki in the IBMStreams/toolkits repository.

0 commit comments

Comments
 (0)