[ 
https://issues.apache.org/jira/browse/FLINK-9043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16409219#comment-16409219
 ] 

godfrey johnson commented on FLINK-9043:
----------------------------------------

[~StephanEwen] [~aljoscha], bin/flink run -s <checkpointPath> is worked for 
recovering, but it's not friendly for users. Because they need to get the 
checkpoint path first, and then recovery only from the cmd line. 

I think we can provide a method which can automatically  recovery from the 
flink job,  users can point out the checkpoint directory, and flink will scan 
the directory,  then recover from the latest succeed one, which is already 
supported in flink.

> Flink recover from checkpoint like Spark Streaming 
> ---------------------------------------------------
>
>                 Key: FLINK-9043
>                 URL: https://issues.apache.org/jira/browse/FLINK-9043
>             Project: Flink
>          Issue Type: New Feature
>            Reporter: godfrey johnson
>            Priority: Major
>
> I know a flink job can reovery from checkpoint with restart strategy, but can 
> not recovery as spark streaming jobs when job is starting.
> Every time, the submitted flink job is regarded as a new job, while , in the 
> spark streaming  job, which can detect the checkpoint directory first,  and 
> then recovery from the latest succeed one. However, Flink only can recovery 
> until the job failed first, then retry with strategy.
>  
> So, would flink support to recover from the checkpoint directly in a new job?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to