Closed anouri closed 5 years ago
Hello Ahmad,
Thank you for creating this enhancement request. I passed along your feedback showing the samples and the customer had the following question.
also, can this new "parameter" be passed as a 'variable' due that it will be dynamic from the HL7 message ?
2 new parameters have been added to the HBASEPut operator: Timestamp and TimestampAttrName The correction will be delivered with the next fix release (streamsx.hbase version 3.7.0)
Correction delivered in: https://github.com/IBMStreams/streamsx.hbase/releases/tag/v3.7.0
Mayo confirmed these new parameters resolved their request and the case is now closed. Thank you for delivering this for them.
The streamsx.hbase v3.7.0 has been officially delivered in is in the Fix Central: 4.3.1.0-StreamsToolkits-elX-x86_64-i20190808 https://www-945.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%7EInformation%20Management&product=ibm/Information+Management/IBM+Streams+Toolkits&release=4.3.0.0&platform=All&function=all
Improvement of HBASEPut operator to set the timestamp from a HBASEPut operator .
The hbase shall has possibility to put a cell into a hbase table with value and timestamp as version.
Put a cell 'value' at specified table/row/column and optionally timestamp coordinates. hbase> put 't1', 'r1', 'c1', 'value', ts1 The customer has requested to improve the HBASEPut operator to set the timestamp from a HBASEPut operator.