[
https://issues.apache.org/jira/browse/FLINK-10730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670202#comment-16670202
]
xinzhang commented on FLINK-10730:
----------------------------------
[~twalthr] Sorry for this. But I still want to know how?
when I resume the Flink Job(Submit with Jar) the cmd like this:
`/opt/flink/flink-bin/bin/flink run -s
hdfs://ns/flink/flink-checkpoints/savepoint-c31c77-3abac2c87802 -m yarn-cluster
-yid application_1539849585041_0459 -c com.app.Kafka2Example
FlinkDStreamTestCheckPoint.jar --input-topic test-input --output-topic
test-output --bootstrap.servers node3:9092 --zookeeper.connect
192.168.33.203:2181,192.168.33.205:2181,192.168.33.206:2181/dw_pf_kafka
--group.id myconsumer`
when I resume another Flink Job(Submit with SQL File) :
I do not know how to use the cmd `flink run `. I have no Jar , my
Connector(Kafka)'s config are in the yaml sql-client-kafka-json.yaml . I
really want to get some help
> 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)