On Fri, Oct 19, 2018 at 11:12 AM jia yichao <[hidden email]> wrote:
Hi Hequn,
Thank you for your help. My real purpose is to debug the following code in IntelliJ IDEA .
I want to start the flink job in IDEA, the 54th line of code can get the states in the previously stored savepoint or checkpoint, at line 56 the context.isRestored() can return true. Do you have any idea to do this in IDEA?
On Fri, Oct 19, 2018 at 1:18 AM jia yichao <[hidden email]> wrote:
Hi,
I want to debug the flink job in the local IntelliJ IDEA to restore the initializeState from the snapshot of a previous execution . How do I set the parameters to allow the program read the checkpoint or savepoint data from hdfs to restore the state of the program?