Skip to content

Releases: IBMStreams/streamsx.hbase

Streams toolkit com.ibm.streamsx.hbase version 3.0.0

07 Jun 12:25
Compare
Choose a tag to compare

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

15 Sep 09:16
Compare
Choose a tag to compare

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

27 Sep 16:24
Compare
Choose a tag to compare

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 the enableBuffer parameter, see issue #80
  • Support for IBM BigInsights 4.2.
  • The toolkit now requires that HBASE_HOME and HADOOP_HOME environment variables be set at compile time.

HBase Toolkit 0.1 for Bluemix and IBM Streams 4.0.1

19 Nov 19:04
Compare
Choose a tag to compare

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

09 Dec 21:12
Compare
Choose a tag to compare

HBase toolkit as shipped in Streams 4.1.0.

HBase toolkit version 2.0.0, as included in Streams 4.0.1

07 Jul 17:43
Compare
Choose a tag to compare

HBase Toolkit v2.0.0 for Streams 4.0

13 Mar 14:02
Compare
Choose a tag to compare

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

19 Feb 21:45
Compare
Choose a tag to compare
Pre-release

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

24 Oct 18:17
Compare
Choose a tag to compare

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

30 Jun 20:39
Compare
Choose a tag to compare
More features Pre-release
Pre-release

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.