sjwiesman commented on a change in pull request #9799: [FLINK-13360][documentation] Add documentation for HBase connector for Table API & SQL URL: https://github.com/apache/flink/pull/9799#discussion_r330257331
########## File path: docs/dev/table/connect.md ########## @@ -1075,6 +1075,72 @@ CREATE TABLE MyUserTable ( {% top %} +### HBase Connector + +<span class="label label-primary">Source: Batch</span> +<span class="label label-primary">Sink: Batch</span> +<span class="label label-primary">Sink: Streaming Append Mode</span> +<span class="label label-primary">Sink: Streaming Upsert Mode</span> +<span class="label label-primary">Temporal Join: Sync Mode</span> + +The HBase connector allows for reading from an HBase cluster. +The HBase connector allows for writing into an HBase cluster. + +The connector can operate in [upsert mode](#update-modes) for exchanging UPSERT/DELETE messages with the external system using a [key defined by the query](./streaming/dynamic_tables.html#table-to-stream-conversion). Review comment: ```suggestion The connector can operate in [upsert mode](#update-modes) by executing UPSERT and DELETE statements on the cluster using a [key defined by the query](./streaming/dynamic_tables.html#table-to-stream-conversion). ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services