Replies: 1 comment
-
同样的问题,求解 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
flinkVersion = '1.13.6'
implementation 'com.ververica:flink-sql-connector-mongodb-cdc:2.4.0'
代码编译没问题,启动程序报错:
Caused by: java.lang.ClassNotFoundException: org.apache.flink.shaded.guava18.com.google.common.collect.Lists
加上依赖
implementation 'org.apache.flink:flink-shaded-guava:18.0-13.0'
后仍然报错.Beta Was this translation helpful? Give feedback.
All reactions