user@flink.apache.org
Subject: Re: RollingSink with APIs requring fs+path
Hi,
you are right, it is currently only possible to write to a FSDataOutputStream.
It could be generified as you mentioned. One thing that needs to be taken care
of, however, is that the write offsets are correctly checkpointed to e
Hi,
you are right, it is currently only possible to write to a FSDataOutputStream.
It could be generified as you mentioned. One thing that needs to be taken care
of, however, is that the write offsets are correctly checkpointed to ensure
exactly-once semantics in case of failure. Right now, we d
>
> Best regards,
> Lasse
>
> From: Aljoscha Krettek
> Sent: Friday, March 18, 2016 1:56 PM
> To: user@flink.apache.org
> Subject: Re: RollingSink with APIs requring fs+path
>
> Hi,
> you are right, it is currently only possible to writ