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.
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
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