Releases: IBMStreams/streamsx.hbase
Streams toolkit com.ibm.streamsx.hbase version 3.0.0
The Streams toolkit com.ibm.streamsx.hbase version 3.0.0 has been improved.
The Hadoop client libraries (2.7.3) and Hbase clinet 1.2.4 will be downloaded with a new pom.xml file .
The samples have been improved.
With perl script tests/runSamples.pl and tests/runSamples.pl it is possible to test all functionality of toolkit operators.
streamsx.hbase toolkit version 2.2.0
issue # 88 Globalizing the HBASE toolkit
The toolkit has been built with Streams:
Version=4.2.1.1
ProductName=IBM Streams
Build=20170404211051
Architecture=x86_64
OS=Red Hat Enterprise Linux Server release 6.6 (Santiago)
HBase Toolkit v2.1 for Streams 4.2
This release contains version 2.1 of the HBase toolkit with support for Streams 4.2.0.
Changes since version 2.0
- Performance of the
HBasePut
operator can be improved by using theenableBuffer
parameter, see issue #80 - Support for IBM BigInsights 4.2.
- The toolkit now requires that
HBASE_HOME
andHADOOP_HOME
environment variables be set at compile time.
HBase Toolkit 0.1 for Bluemix and IBM Streams 4.0.1
HBase Toolkit 0.1 for Bluemix and IBM Streams 4.0.1
This is the initial release of the com.ibm.streamsx.hbase.bluemix toolkit, which provides support for accessing HBase services running within Bluemix.
Provides the following functionality:
-HBase table creation and deletion
-HBase Get and Put.
This release was built on using Streams 4.0.1 on RedHat 6.5 with Intel x86_64.
HBase toolkit version 2.0.0 for Streams 4.1.0
HBase toolkit as shipped in Streams 4.1.0.
HBase toolkit version 2.0.0, as included in Streams 4.0.1
- Update to Makefile for samples
HBase Toolkit v2.0.0 for Streams 4.0
The HBase toolkit v2.0.0 release contains:
- Consistent Region Support
- Support for BigInsight v3.0.0.x
- Easier operator configuration
- New samples
- Documentation Updates
- Bug Fixes
HBase Toolkit v2.0.0 RC1
This is a release candidate for the HBase Toolkit v2.0.0 release.
In this release, we added the following:
- Consistent Region Support
- Support for BigInsight v3.0.0.x
- Enhanced how the operators can be configured
- Added new samples
- Doc Updates
- Bug Fixes
IBM InfoSphere Streams 3.2.2 Beta toolkit for Apache Hbase
This release contains the toolkit for accessing Hbase from IBM Infosphere Streams 3.2.2 Beta.
For more information on the Streams 3.2.2 Beta, visit
Streams 3.2.2 Beta Community
The binary for this release contains the apache jar files needed to access Hbase. We have tested this release against HBASE 0.96.
Known issue:
- This toolkit will not work in Streams 3.2.2 beta with the hadoop client jars from version 0.96.0. The jars packaged in the release zip are from 0.98.4, and they do work. If you download the jars yourself, get hbase client 0.98.4.
More features
NOTE: This version of the toolkit uses maven to download dependencies. To use:
(1) set M2_HOME
to point to your maven install
(2) set your pom file. here are three sample pom files in com.ibm.streamx.hbase--one for HBASE 0.94, one for HBASE 0.96 on hadoop1, and one for HBASE 0.96 on hadoop2. Copy the right file to pom.xml in com.ibm.streams.hbase.
(3) build using ant
- Builds with maven, so can select appropriate version and relevant jars will be downloaded.
- Supports for blob and long in addition to rstring
- Fix a thread-safety bug
- Parameter to point to hbase-site.xml file instead of picking it up from HBASE_HOME (optional)
- Allow HBASEScan to be started via an input tuple.