Skip to content

Releases: IBMStreams/streamsx.hbase

Release of streamsx.hbase toolkit version 3.8.2

04 Feb 12:44
7a8c36c
Compare
Choose a tag to compare

Release of streamsx.hbase toolkit version 3.8.2

What is new in version 3.8.2

  • New error messages for globalization.
  • pom.xml updated to use log4j-1.2.17.jar library

Release of streamsx.hbase toolkit version 3.8.1

25 Nov 14:46
9f189f9
Compare
Choose a tag to compare

Release of streamsx.hbase toolkit version 3.8.1

What is new in this version.
The netty-all-4.0.52.Final jar library has been replaced with netty-all-4.1.42.Final jar
#118

Release of streamsx.hbase toolkit version 3.8.0

29 Aug 13:35
e30c249
Compare
Choose a tag to compare

Release of streamsx.hbase toolkit version 3.8.0

++ What is new in version 3.8.0

  • The list of 3. party jar libraries updated.
  • HBASE version 1.4.10
  • HADOOP version 3.1.0
  • ZOOKEEPER version 3.4.14

Release of streamsx.hbase toolkit version 3.7.0

22 Jul 09:57
3211f7b
Compare
Choose a tag to compare

streamsx.hbase toolkit version 3.7.0

What is new in this release:
The HBASEPut operator provides now two new parameters to add time stamp:
1- Timestamp This parameter specifies the timestamp in milliseconds (INT64). The timestamp allows for versioning of the cells.
Every time HBaes make a PUT on a table it set the timestamp. By default this is the current time in milliseconds, but you can set your own timestamp as well with this parameter.
Cannot be used with TimestampAttrName.

2- TimestampAttrName Name of the attribute on the input tuple containing the timestamp in milliseconds.
Cannot be used with Timestamp.

streamsx.hbase toolkit version 3.6.0

30 Apr 15:18
fd2c52d
Compare
Choose a tag to compare

Release of streamsx.hbase toolkit version 3.6.0

What is new in this release:

  • Corrections for issues #107 #108 #101

  • Improvement of HBASEScan operator to support the table name as input port without startRow and endRow.

  • Improvement of error output port to support an optional tuple as input tuple.
    If the second attribute of error output port is a tuple like input tuple,
    the HBASE Operators returns in case of any error, additional to the error message also the input tuple.
    The first attribute in the optional error output port must be a 'rstring'.
    The second attribute in the error output port is optional and must be a 'TUPLE'.

streamsx.hbase toolkit version 3.5.0

18 Mar 11:12
d5f82b0
Compare
Choose a tag to compare

streamsx.hbase toolkit version 3.5.0

What is new in version 3.5.0:

The maven pom.xml file has been upgraded to use the Hadoop client version 2.8.5 and the HBase client version 1.4.9.

streamsx.hbase toolkit version 3.4.0

21 Feb 11:20
deab78f
Compare
Choose a tag to compare

streamsx.hbase toolkit version 3.4.0

What is new in version 3.4.0
A new optional output port for error information. This port submits error message when an error occurs while HBase actions.
#101

streamsx.hbase toolkit version 3.3.0

21 Jan 12:54
9f5fbb7
Compare
Choose a tag to compare

streamsx.hbase toolkit version 3.3.0

++ What is new in version 3.3.0
#99
The HBASEPut operator has been improved to support a successAttr parameter independent
to the checkAttrName parameter.

streamsx.hbase toolkit version 3.2.0

10 Dec 09:58
5f7796d
Compare
Choose a tag to compare

Release streamsx.hbase toolkit version 3.2.0.
The toolkit com.ibm.streamsx.hbase version 3.2.0 has been improved to support a new parameter tableNameAttribute .
Issue : #97

++ What is new in version 3.2.0

  • The HBASE operators provides a new parameter tableNameAttribute.
    Use this parameter to pass the table name to the operator via input port. Cannot be used with tableName
  • The parameters 'tableNme' and 'tableNameAttribute' are optional, but only one of them must be set to define the name of table.

streamsx.hbase toolkit version 3.1.0

18 Oct 13:43
8dead02
Compare
Choose a tag to compare

The toolkit com.ibm.streamsx.hbase version 3.1.0 has been improved to support Kerberos authentication.
Issue : #94

The pom.xml file has been adapted and all deprecated functions and interfaces have been replaced with new apache.hbase functions from hbase-client version 1.2.4.
Issue : #95