Hi Sachin,
Yes, that's correct. To resume from a savepoint, use the command bin/flink
run -s . You can find more details in the Flink
documentation on [1].
Additionally, information on how to trigger a savepoint can be found in the
section for triggering savepoints [2].
[1]
https://nightlies.ap
Hi,
I have a long running yarn cluster and I submit my streaming job using the
following command:
flink run -m yarn-cluster -yid application_1473169569237_0001
/usr/lib/flink/examples/streaming/WordCount.jar --input file:///input.txt
--output file:///output/
Let's say I want to stop this job, mak
> Could the table/database sync with schema evolution (without Flink job
restarts!) potentially work with the Iceberg sink?
Making this work would be a good addition to the Iceberg-Flink connector.
It is definitely doable, but not a single PR sized task. If you want to try
your hands on it, I wil