You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Marke Builder <ma...@gmail.com> on 2019/02/18 18:36:25 UTC

Flink Streaming Job with OutputFormat stops without error message

Hi,

I'm using a flink streaming job which read from kafka and write to hbase
with the OutputFormat. Like:
https://github.com/apache/flink/blob/master/flink-connectors/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example/HBaseWriteStreamExample.java

But after a certain time, the job ends without any error message.

Does anyone have an idea?

Thanks!
Marke