HBase Connectors(sink)

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

HBase Connectors(sink)

Ni Yanchun
Hi all,
   
    I have found that flink could use hbase as sink in flink source code, but it does not appear in the official document. Does that means hbase sink is not ready for production use?
Reply | Threaded
Open this post in threaded view
|

Re: HBase Connectors(sink)

Chesnay Schepler
Where did you see an HBase sink? On the current master, and all releases
that I can remember, flink-hbase only contains input formats / sources.

On 06/09/2019 03:23, Ni Yanchun wrote:
> Hi all,
>    
>      I have found that flink could use hbase as sink in flink source code, but it does not appear in the official document. Does that means hbase sink is not ready for production use?


Reply | Threaded
Open this post in threaded view
|

Re: HBase Connectors(sink)

Ni Yanchun
Hi Chesnay,

   I saw the code about hbase here: https://github.com/apache/flink/tree/master/flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase, it seems including both input and output. 

On Sep 6, 2019, at 17:45, Chesnay Schepler <[hidden email]> wrote:

Where did you see an HBase sink? On the current master, and all releases that I can remember, flink-hbase only contains input formats / sources.

On 06/09/2019 03:23, Ni Yanchun wrote:
Hi all,
        I have found that flink could use hbase as sink in flink source code, but it does not appear in the official document. Does that means hbase sink is not ready for production use?