Flink清洗过程
来源:13-7 使用Flink进行数据清洗

簖
2021-12-09
Caused by: org.apache.flink.runtime.JobException: Recovery is suppressed by FixedDelayRestartBackoffTimeStrategy(maxNumberRestartAttempts=2, backoffTimeMS=5000)
Caused by: java.lang.NoClassDefFoundError: org/apache/flink/util/concurrent/ExecutorThreadFactory
JdbcExecutionOptions.builder().withBatchSize(50).withBatchIntervalMs(4000).build(),当我删除这个语句数据量插入不了 但小数据流能插入 并不报错
写回答
1回答
-
Michael_PK
2021-12-12
这个错,说异常信息来看,像是版本的兼容问题,在运行时,你pom中的依赖的jar中并没有找到org/apache/flink/util/concurrent/ExecutorThreadFactory这个类。
你的版本和课程使用的版本一样吗
00
相似问题