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 . Does 1.4 break compatibility? Maybe the 1.4 docs should be updated to reflect that?Then I googled around and didn't see a mention of 1.4 in the compatibility table: https://ci.apache.org/projects/flink/flink-docs-release-1.4/ops/upgrading.html#compatibility-table |
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 information for consistency. Thanks, Colin Williams On Dec 20, 2017 8:16 PM, "Kien Truong" <[hidden email]> wrote:
|
Hi Colin, thanks for pointing out this gap in the docs! 2017-12-21 6:03 GMT+01:00 Colin Williams <[hidden email]>:
|
Free forum by Nabble | Edit this page |