当前位置:网站首页>Caused by: 类找不到: org.apache.flink.table.planner.delegation.ParserFactory或者ExecutorFactory
Caused by: 类找不到: org.apache.flink.table.planner.delegation.ParserFactory或者ExecutorFactory
2022-07-31 11:50:00 【AinUser】
# 1. 网上有博文说是引入flink-table我试过了不行,可能是由于版本的问题
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-planner_${scala.version}</artifactId>
<version>${flink.version}</version>
</dependency>
大家可以试一下
2. 如果不行,可以参考如下blink方案
flink1.11版本
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-planner-blink_${scala.binary.version}</artifactId>
<version>${flink.version}</version>
</dependency>
flink1.14.3版本
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-planner_2.11</artifactId>
<version>${flink.version}</version>
</dependency>
flink1.15.0版本
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-api-java-bridge_2.11</artifactId>
<version>${flink.version}</version>
</dependency>
边栏推荐
- 拥抱趋势!阿里这套微服务开源框架权威手册,实战到底层细致清晰
- ApiPost 真香真强大,是时候丢掉 Postman、Swagger 了
- 502 bad gateway causes and solutions
- 【Web技术】1397- 深入浅出富文本编辑器
- Docker搭建Mysql主从复制
- 订song餐系统
- mysql根据多字段分组——group by带两个或多个参数
- In PLC communication error or timeout or download the prompt solution of the model
- 数据持久化技术——MP
- The item 'node.exe' was not recognized as the name of a cmdlet, function, script file, or runnable program.
猜你喜欢
随机推荐
应用层基础 —— 认识URL
无法将“node.exe”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。
mysql automatically adds creation time and update time
If the value of the enum map does not exist, deserialization is not performed
PyQt5快速开发与实战 9.5 PyQtGraph在PyQt中的应用 && 9.6 Plotly在PyQt中的应用
VBA实现双击单元格自动输出对号再次双击取消对号
Android studio连接MySQL并完成简单的登录注册功能
Initial JDBC programming
R语言:文本(字符串)处理与正则表达式
SAP Commerce Cloud Product Review 的添加逻辑
线程池 ThreadPoolExecutor 详解
strings包详细文档+示例
第十二章 使用中的 OpenAPI 属性
瑞吉外卖项目:新增菜品与菜品分页查询
MySQL 行级锁(行锁、临键锁、间隙锁)
CWE4.8 -- The 25 most damaging software security issues in 2022
3.网页信息解析方法:Xpath与BeautifulSoup
ESP8266-Arduino编程实例-MCP9808数字温度传感器驱动
vb.net 画曲线
Distributed Transactions - Introduction to Distributed Transactions, Distributed Transaction Framework Seata (AT Mode, Tcc Mode, Tcc Vs AT), Distributed Transactions - MQ