Hi to all,
I'm trying to run a job on a test cluster with Flink 1.3.1 but my job fails
with the following error:

java.lang.NoSuchMethodError: org.joda.time.DateTime.<init>(IIIII)V


The job works when I run it from the IDE and in our production
environment...I've looked into all jars within libs and that class is not
present. The class within my shaded jar is indeed correct (I've checked the
decompiled version of the class file)...how can I discover which jar on the
classpath is "obscuring" the class contained in my shaded jar??

Best,
Flavio

Reply via email to