Releases: IBMStreams/streamsx.hbase
Release of streamsx.hbase toolkit version 3.8.2
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
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
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
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
Release of streamsx.hbase toolkit version 3.6.0
What is new in this release:
-
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
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
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
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
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.