Hi all, We had a class versioning problem within Flink Job. The job uses Joda 2.6, but the flink-dist 1.0.3 packages 2.5. The problem was solved by relocating job classes with shade plug-in.
Does flink separate jobs from each other to avoid class conflicts between them and the platform ? Is job versioning supported or is shading always required ? Regards, Michal