Re: java.lang.NoSuchMethodError while writing to Kafka from Flink

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: java.lang.NoSuchMethodError while writing to Kafka from Flink

Guowei Ma
Hi
1. You could check whether the 'org.apache.flink.api.java.clean' is in
your classpath first.
2. Do you follow the doc[1] to deploy your local cluster and run some
existed examples such as WordCount?

[1] https://ci.apache.org/projects/flink/flink-docs-release-1.10/ops/deployment/cluster_setup.html
Best,
Guowei
Reply | Threaded
Open this post in threaded view
|

Re: java.lang.NoSuchMethodError while writing to Kafka from Flink

Chesnay Schepler-3
Please double-check that your distribution and application jar were
built against the same Flink version.

This looks related to a binary-compatibility issues reporter in
FLINK-13586 .