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

Support writing HBase's CEIL TTL metadata

    XMLWordPrintableJSON

Details

    Description

      When i using flink sql to sink hbase, i found i can't set the ceil ttl.  Can we support writing the ceil ttl metadata like this?

      CREATE TABLE hTable (
       rowkey INT,
       family1 ROW<q1 INT>,
       ttl BIGINT METADATA FROM 'ttl',
       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: