You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Alberto Ramón <a....@gmail.com> on 2017/03/14 17:05:03 UTC

Source and Sink Flink

Can be possible from Flink?:

read from IBM MQ
write in HDFS using append

Re: Source and Sink Flink

Posted by Robert Metzger <rm...@apache.org>.
Hi Alberto,

It should be possible. The IBM MQ supports the JMS standard, and we have a
JMS compatible connector for Flink in Apache Bahir: http://bahir.apache.
org/docs/flink/current/flink-streaming-activemq/

For writing files to HDFS, we have the bucketing sink in Flink
https://ci.apache.org/projects/flink/flink-docs-release-1.2/dev/connectors/
filesystem_sink.html

On Tue, Mar 14, 2017 at 6:05 PM, Alberto Ramón <a....@gmail.com>
wrote:

> Can be possible from Flink?:
>
> read from IBM MQ
> write in HDFS using append
>