Hi Manvi,
A NoSuchMethodError typically indicates a version mismatch.
I would check if the Flink versions of your program, the client, and the
cluster are the same.
Best, Fabian
Am Di., 20. Aug. 2019 um 21:09 Uhr schrieb manvmali :
> Hi, I am facing the issue of writing the data stream result i
Hi, I am facing the issue of writing the data stream result into Cassandra. I
tried with a sample job of just sinking a Tuple into Cassandra. And I keep on
getting “java.lang.NoSuchMethodError” while running the job on Flink deployed
on Kubernetes.
Here is the sample WriteToCassandraJob:
publ