Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-33208

Support the writable metadata timestamp for hbase connector

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              tanjialiang tanjialiang
              tanjialiang tanjialiang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: