0

flink run /home/admin/Documents/flink_cep/Flink-master/dist/Kinesis.jar

When I am trying to run Jar file in command line, getting error but my code is running fine in Netbeans IDE:

enter image description here

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Avinash
  • 485
  • 1
  • 7
  • 15

1 Answers1

1

A NoSuchMethodError indicates a version conflict.

You should verify that you compiled your Flink job with the same Flink version as your cluster is running.

Fabian Hueske
  • 18,707
  • 2
  • 44
  • 49