tion in the graph and its input/output.
>
>
> Best
>
> Yan
> --
> *From:* Fabian Hueske
> *Sent:* Wednesday, May 23, 2018 3:18:08 AM
> *To:* Yan Zhou [FDS Science]
> *Cc:* user@flink.apache.org
> *Subject:* Re: How to restore state from
Best
Yan
From: Fabian Hueske
Sent: Wednesday, May 23, 2018 3:18:08 AM
To: Yan Zhou [FDS Science]
Cc: user@flink.apache.org
Subject: Re: How to restore state from savepoint with flink SQL
Hi,
At the moment, you can only restore a query from a savepoint if the que
Hi,
At the moment, you can only restore a query from a savepoint if the query
is not modified and the same Flink version is used.
Since SQL queries are automatically translated into data flows, it is not
transparent to the user, which operators will be created.
We would need to expose an intermedi
Hi,
My application use flink SQL and it's running in production. How can i update
my application with topology changes yet doesn't lose the state data?
Is there a way to assign UID to the operators that are translated from SQL? If
not, is it intended and whats the rationality behind it?
Acco