错误:java.lang.ClassNotFoundException:org.json4s.DefaultFormats运行flink作业时

时间:2019-09-06 02:34:37

标签: scala apache-flink

我正在将flink-1.4.2与scala一起使用。用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$

1 个答案:

答案 0 :(得分:0)

json4s 依赖项添加到 pom.xml 中,或者如果已经存在,则将其范围设置为 compile