Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
hbase-3.0.1
Description
Currently, the hbase sink does not support write data with `timestamp`, which may cause the data to be written out of order. I suggest to support the timestamp writable metadata for hbase connector so that we can set the `timestamp` when we writing.
CREATE TABLE hTable ( rowkey INT, family1 ROW<q1 INT>, version TIMESTAMP_LTZ(3) METADATA FROM 'timestamp', PRIMARY KEY (rowkey) NOT ENFORCED ) WITH ( 'connector' = 'hbase-2.2', 'table-name' = 'mytable', 'zookeeper.quorum' = 'localhost:2181' );
Attachments
Issue Links
- links to