我正在使用带有scala的flink-1.4.2。在使用 flink 运行我的代码时。我收到错误:
java.lang.RuntimeException: Could not look up the main(String[]) method from the class org.example.WindowExample: org/json4s/DefaultFormats$
Caused by: java.lang.NoClassDefFoundError: org/json4s/DefaultFormats$
Caused by: java.lang.ClassNotFoundException: org.json4s.DefaultFormats$
将json4s依赖项添加到pom.xml,或者如果已经存在,请将其范围设置为编译。