[
https://issues.apache.org/jira/browse/FLINK-33208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser closed FLINK-33208.
----------------------------------
Fix Version/s: hbase-3.0.1
Resolution: Fixed
Fixed in apache/flink-connector-hbase
main: ce15c1baea93107a6324c87c2081dc1daae5978b
v3.0: f6023ed6a78d83d2000a207bcebee971f80ad7b2
> Support the writable metadata timestamp for hbase connector
> -----------------------------------------------------------
>
> Key: FLINK-33208
> URL: https://issues.apache.org/jira/browse/FLINK-33208
> Project: Flink
> Issue Type: New Feature
> Components: Connectors / HBase
> Affects Versions: hbase-3.0.1
> Reporter: tanjialiang
> Assignee: tanjialiang
> Priority: Major
> Labels: pull-request-available
> Fix For: hbase-3.0.1
>
>
> 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.
> {code:java}
> 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'
> );{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)