Hi Colin,
thanks for pointing out this gap in the docs!
I created FLINK-8303 [1] to extend the table and updated the release
process documentation [2] to update the page for new releases.
Thank you,
Fabian
[1] https://issues.apache.org/jira/browse/FLINK-8303
[2]
https://cwiki.apache.org/confluen
Hi Kien,
Thanks for the feedback. I wasn't certain regarding compatibility between
jars. I did version bump the flink libraries and the application did start.
Just curious if the previous jar still worked without upgrading.
Regarding the savepoint table. Someone should probably add 1.4 informatio
I recently tried to launch our application 1.3 jars against a 1.4 cluster.
I got a java.lang.NoClassDefFoundError:
org/apache/flink/streaming/api/checkpoint/CheckpointedRestoring when I
tried to run our 1.3 flink application against 1.4 .
Then I googled around and didn't see a mention of 1.4 in th