当前位置:网站首页>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>
边栏推荐
- ESP8266-Arduino编程实例-HDC1008温度湿度传感器驱动
- Docker搭建Mysql主从复制
- ApiPost is really fragrant and powerful, it's time to throw away Postman and Swagger
- mysql automatically adds creation time and update time
- 透过开发抽奖小程序,体会创新与迭代
- 在 Excel 内使用 ODBC 消费 SAP ABAP CDS view
- 线程池 ThreadPoolExecutor 详解
- deeplab implements its own remote sensing geological segmentation dataset
- mpu9150(driverack pa简明教程)
- How to correctly write the binary stream of the file returned by the server to the local file and save it as a file
猜你喜欢

unity computeshader的可读写buffer

线程池 ThreadPoolExecutor 详解

5 个开源的 Rust Web 开发框架,你选择哪个?

After class, watching the documentation and walking back to the lab, I picked up the forgotten SQL operators again

Docker搭建Mysql主从复制

准确率(Accuracy)、精度(Precision)、召回率(Recall)和 mAP 的图解

Docker实践经验:Docker 上部署 mysql8 主从复制

【Web技术】1397- 深入浅出富文本编辑器

file contains vulnerabilities

DCM middleware family welcomes a new member
随机推荐
After Effects 教程,如何在 After Effects 中修复曝光不足的镜头?
在 Excel 里使用 ODBC 读取 SAP BTP 平台上 CDS view 的数据
一周精彩内容分享(第14期)
apisix-入门使用篇
Detailed tutorial on distributed transaction Seata
R语言:文本(字符串)处理与正则表达式
JVS低代码能力简介及功能清单
Use jOOQ to write vendor-agnostic SQL with JPA's native query or @Formula.
MySQL百万数据优化总结 一
Power BI----几个常用的分析方法和相适应的视觉对象
JVS开发套件产品定位
Docker搭建Mysql主从复制
Initial JDBC programming
学习笔记 Golang 写入文件(io.WriteString、ioutil.WriteFile、file.Write、write.WriteString)
Use ODBC in Excel to read data from CDS view on SAP BTP platform
Android studio连接MySQL并完成简单的登录注册功能
使用 Excel 读取 SAP ABAP CDS View 通过 ODBC 暴露出来的数据
AWS Amazon cloud account registration, free application for 12 months Amazon cloud server detailed tutorial
一文吃透接口调用神器RestTemplate
5 open source Rust web development frameworks, which one do you choose?