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

2018-11-14 Thread 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

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

2018-11-11 Thread 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