Hi!

Right now, you would have to activate it on the StreamExecutionEnvironment.
We did not at a global setting for that, because each job may choose
different settings (like checkpointing interval).

Can you intercept the job anywhere?

Stephan


On Mon, Aug 29, 2016 at 8:47 AM, Bhupesh Chawda <bhup...@apache.org> wrote:

> Hi,
>
> I have a question on enabling checkpointing for one of my Flink jobs. I
> understand that I can call *enableCheckpointing* on the
> *StreamExecutionEnvironment* to enable it.
>
> In my case, I don't have access to the source code; Is there also an option
> to enable it through configuration?
>
> Thanks.
> ~ Bhupesh
>

Reply via email to