bithw1 commented on issue #17658:
URL: https://github.com/apache/hudi/issues/17658#issuecomment-3681914775
Thanks @cshuo for the reply.
I am back with no luck.
0. In the Flink SQL client, run the insert select as before
1. set 'state.savepoints.dir'='hdfs:///flink/savepoints/table001' --- save
the savepoint data
2. STOP JOB '228d70913eab60dda85c5e7f78b5782c' WITH SAVEPOINT; --
228d70913eab60dda85c5e7f78b5782c is the job id that runs continous insert select
----Before restart the insert select query,set the recovery path
3. SET 'execution.state-recovery.path' =
'hdfs:///flink/savepoints/table001/savepoint-f78b5782c';
4. Kick off the insert .. select .. sqlThe sql `successfully` submitted and
run. But, instead of consuming from the saved commits, it just consume all the
data in the select table. Looks savepoint doesn't take effect at all.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]