Re: Flink SQL + savepoint

2019-12-30 Thread Kurt Young
I created a issue to trace this feature: https://issues.apache.org/jira/browse/FLINK-15440 Best, Kurt On Tue, Dec 31, 2019 at 8:00 AM Fanbin Bu wrote: > Kurt, > > Is there any update on this or roadmap that supports savepoints with Flink > SQL? > > On Sun, Nov 3, 2019 at 11:25 PM Kurt Young w

Re: Flink SQL + savepoint

2019-12-30 Thread Fanbin Bu
Kurt, Is there any update on this or roadmap that supports savepoints with Flink SQL? On Sun, Nov 3, 2019 at 11:25 PM Kurt Young wrote: > It's not possible for SQL and Table API jobs playing with savepoints yet, > but I > think this is a popular requirement and we should definitely discuss the

Re: Flink SQL + savepoint

2019-11-03 Thread Kurt Young
It's not possible for SQL and Table API jobs playing with savepoints yet, but I think this is a popular requirement and we should definitely discuss the solutions in the following versions. Best, Kurt On Sat, Nov 2, 2019 at 7:24 AM Fanbin Bu wrote: > Kurt, > > What do you recommend for Flink SQ

Re: Flink SQL + savepoint

2019-11-01 Thread Fanbin Bu
Kurt, What do you recommend for Flink SQL to use savepoints? On Thu, Oct 31, 2019 at 12:03 AM Yun Tang wrote: > Hi Fanbin > > > > If you do not change the parallelism or add and remove operators, you > could still use savepoint to resume your jobs with Flink SQL. > > > > However, as far as I

Re: Flink SQL + savepoint

2019-10-31 Thread Yun Tang
Hi Fanbin If you do not change the parallelism or add and remove operators, you could still use savepoint to resume your jobs with Flink SQL. However, as far as I know, Flink SQL might not configure the uid currently and I’m pretty sure blink branch contains this part of setting uid to stream n