Re: K8s native - checkpointing to S3 with RockDBStateBackend
Posted by
Yang Wang on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/K8s-native-checkpointing-to-S3-with-RockDBStateBackend-tp34626p34693.html
Hi Averell,
I think David's answer is right. The user uber jar will be loaded lazily by user classloader.
So it cannot be recognized by Flink system class. You need to put it directly /opt/flink/lib
directory or loaded via plugin mechanism.
Best,
Yang
I think the classloaders for the uberjar and the link are different. Not sure if this is the right explanation, but that is why you need to add flink-s3-fs-hadoop inside the plugin folder in the cluster.