What is new in version 3.6.0

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