Skip to content

streamsx.hbase toolkit version 3.6.0

Compare
Choose a tag to compare
@anouri anouri released this 30 Apr 15:18
fd2c52d

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'.