You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2020/05/16 15:29:00 UTC

[jira] [Closed] (FLINK-17028) Introduce a new HBase connector with new property keys

     [ https://issues.apache.org/jira/browse/FLINK-17028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu closed FLINK-17028.
---------------------------
    Fix Version/s: 1.11.0
       Resolution: Fixed

master (1.11.0): 1670f1605db0923bac233f60fc56d41a2da4da70

> Introduce a new HBase connector with new property keys
> ------------------------------------------------------
>
>                 Key: FLINK-17028
>                 URL: https://issues.apache.org/jira/browse/FLINK-17028
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Connectors / HBase, Table SQL / Ecosystem
>            Reporter: Jark Wu
>            Assignee: Jark Wu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>
> This new hbase connector should use new interfaces proposed by FLIP-95, e.g. DynamicTableSource, DynamicTableSink, and Factory.
> The new proposed keys :
> ||Old key||New key||Note||
> |connector.type|connector| |
> |connector.version|N/A|merged into 'connector' key|
> |connector.table-name|table-name| |
> |connector.zookeeper.quorum|zookeeper.quorum| |
> |connector.zookeeper.znode.parent|zookeeper.znode-parent| |
> |connector.write.buffer-flush.max-size|sink.buffer-flush.max-size| |
> |connector.write.buffer-flush.max-rows|sink.buffer-flush.max-rows| |
> |connector.write.buffer-flush.interval|sink.buffer-flush.interval| |
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)