You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by 瞿叶奇 <38...@qq.com> on 2021/03/01 02:17:10 UTC

Pyflink如何对接HBase?

请问pyflink如何对接hbase,有没有案例?

Re: Pyflink如何对接HBase?

Posted by Dian Fu <di...@gmail.com>.
1)在PyFlink Table API中可以使用所有SQL中支持的connector,所以HBase
connector也自然支持,具体使用方式可以看一下文档:
https://ci.apache.org/projects/flink/flink-docs-release-1.12/dev/python/table-api-users-guide/python_table_api_connectors.html#how-to-use-connectors
2)HBase connector的使用方式可以看一下:
https://ci.apache.org/projects/flink/flink-docs-release-1.12/dev/table/connectors/hbase.html

On Mon, Mar 1, 2021 at 10:17 AM 瞿叶奇 <38...@qq.com> wrote:

> 请问pyflink如何对接hbase,有没有案例?