当前位置:网站首页>Flink sql -- No factory implements ‘org.apache.flink.table.delegation.ExecutorFactory‘.
Flink sql -- No factory implements ‘org.apache.flink.table.delegation.ExecutorFactory‘.
2022-06-30 08:27:00 【//承续缘_纪录片】
1、异常详情
Exception in thread "main" org.apache.flink.table.api.NoMatchingTableFactoryException: Could not find a suitable table factory for 'org.apache.flink.table.delegation.ExecutorFactory' in the classpath.
Reason: No factory implements 'org.apache.flink.table.delegation.ExecutorFactory'.
2、异常类型
找不到依赖
3、解决方案
解决办法如下:
打开项目的pom.xml文件,对照 flink-table-planner-blink_XXX, 修改其属性标签 .
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-planner-blink_2.11</artifactId>
<version>1.13.6</version>
<!-- <scope>provided</scope>-->
</dependency>
删除或注释掉 provided 标签.
边栏推荐
- 微信小程序使用vant weapp报错
- Cesium learning notes (II) uploading data using rest API
- Niuke White Moon race 52
- 涂鸦Wi-Fi&BLE SoC开发幻彩灯带
- 1. Problems related to OpenGL window and environment configuration
- Circuit analysis of current probe
- C # about Net cognition
- Redis设计与实现(八)| 事务
- Gilbert Strang's course notes on linear algebra - Lesson 2
- Using typera+picgo to realize automatic uploading of markdown document pictures
猜你喜欢
增强for循环的增删操作 & 迭代器删除集合元素
【NVMe2.0b 14-3】Doorbell Buffer Config command、Device Self-test command
一次cpu 跌底排查
TiDB 6.0:让 TSO 更高效丨TiDB Book Rush
[nvme2.0b 14-7] set features (Part 1)
Redis design and Implementation (I) | data structure & object
Graffiti Wi Fi & ble SoC development slide strip
[untitled]
El input limit can only input numbers
Swagger use
随机推荐
swagger使用
微信公众号第三方平台开发,零基础入门。想学我教你啊
Using typera+picgo to realize automatic uploading of markdown document pictures
Opencv image
增强for循环的增删操作 & 迭代器删除集合元素
layer.open 当传值为数组或值太长时处理方法
Implementation of remote monitoring by camera in Experiment 5
【NVMe2.0b 14-7】Set Features(上篇)
vulfocus入门靶机
MySQL cannot connect to the intranet database
Sword finger offer II 075 Array relative sort (custom sort, count sort)
Redis design and Implementation (VII) | publish & subscribe
[flower carving experience] 14 line blank board pingpong library test external sensor module (one)
Redis设计与实现(八)| 事务
Unity简单shader
Niuke Xiaobai month race 52
【NVMe2.0b 14-8】Set Features(下篇)
在浏览器输入url到页面展示出来
2021-02-27
Wsl2 using GPU for deep learning