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.