You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2018/10/31 09:02:00 UTC

[jira] [Commented] (FLINK-10730) How to resume Flink SQL Job ?

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

Timo Walther commented on FLINK-10730:
--------------------------------------

[~zhangxin0112zx] please use the mailing lists for asking questions. JIRA issues are meant for tracking bugs or new features. I will close this issue.

Regarding your question, you can use all regular Flink [command line arguments|https://ci.apache.org/projects/flink/flink-docs-release-1.6/ops/cli.html#usage] in the {{deployment}} section of an environment file. In theory, {{fromSavepoint: "/path/to/something"}} should do the trick, but this is not officially supported and tested. Btw also your {{-u}} parameter is not official API.

> How to resume Flink SQL Job ?
> -----------------------------
>
>                 Key: FLINK-10730
>                 URL: https://issues.apache.org/jira/browse/FLINK-10730
>             Project: Flink
>          Issue Type: Improvement
>          Components: SQL Client
>    Affects Versions: 1.6.2
>            Reporter: xinzhang
>            Priority: Major
>
> Hi. Is any way to resume Flink SQL Job ? The guide here [flink title|https://ci.apache.org/projects/flink/flink-docs-release-1.6/ops/state/savepoints.html#resuming-from-savepoints]  means flink resume Flink Job (Like some Jar) but no Flink SQL Job.
> 1.Now I submit the Flink SQL Job use the cmd:  
> cat test.sql |xargs -0 $FLINK_HOME/bin/sql-client.sh embedded -e sql-client-kafka-json.yaml --library $FLINK_HOME/lib -u
>  



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