Best practice to write data from a stream to non-relational, distributed database (hbase)

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

Best practice to write data from a stream to non-relational, distributed database (hbase)

Marke Builder
Hi,

what is the prefered way to wirte streaming data to hbase?
Rolling File Sink or Streaming File Sink?
How can I configure this (open the connection with conf, and the write handling(key,data)?
What do I have to consider about the partitions? I prefer a write pro partition. 

Thanks! 
Marke
Reply | Threaded
Open this post in threaded view
|

Re: Best practice to write data from a stream to non-relational, distributed database (hbase)

Tzu-Li (Gordon) Tai
Hi,

Have you taken a look yet at this [1]? That is an example of writing a stream to HBase.

Cheers,
Gordon

[1] https://github.com/apache/flink/blob/master/flink-connectors/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example/HBaseWriteStreamExample.java


On 11 November 2018 at 5:45:27 PM, Marke Builder ([hidden email]) wrote:

Hi,

what is the prefered way to wirte streaming data to hbase?
Rolling File Sink or Streaming File Sink?
How can I configure this (open the connection with conf, and the write handling(key,data)?
What do I have to consider about the partitions? I prefer a write pro partition. 

Thanks! 
Marke