Re: Controlling savepoints from inside an application

2016-10-04 Thread Ufuk Celebi
On Fri, Sep 30, 2016 at 4:19 PM, Astrac wrote: > What I mean by "manually reading the savepoint" is that rather than > providing the savepoint path via "the --fromSavepoint > hdfs://some-path/to/savepoint" option I'd like to provide it in the code > that initialises the StreamExecutionEnvironment.

Re: Controlling savepoints from inside an application

2016-09-30 Thread Astrac
Thanks for the answer, the changes in the FLIP are quite interesting, are they coming in 1.2? What I mean by "manually reading the savepoint" is that rather than providing the savepoint path via "the --fromSavepoint hdfs://some-path/to/savepoint" option I'd like to provide it in the code that ini

Re: Controlling savepoints from inside an application

2016-09-30 Thread Ufuk Celebi
Hey Aldo, On Fri, Sep 30, 2016 at 3:17 PM, Astrac wrote: > * Configure the savepoint path while we build the StreamExecutionEnvironment > rather than in flink-conf.yml > * Manually read a savepoint rather than passing it via the CLI what you describe is not possible right now, but I'm working on