当前位置:网站首页>Flink Exception -- No ExecutorFactory found to execute the application
Flink Exception -- No ExecutorFactory found to execute the application
2022-06-30 08:37:00 【//Continuous margin_ documentary】
One 、 Problem description
Flink 1.11 Start reporting errors as follows :
Exception in thread "main" java.lang.IllegalStateException: No ExecutorFactory found to execute the application.
at org.apache.flink.core.execution.DefaultExecutorServiceLoader.getExecutorFactory(DefaultExecutorServiceLoader.java:84)
at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.executeAsync(StreamExecutionEnvironment.java:1801)
at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1711)
at org.apache.flink.streaming.api.environment.LocalStreamEnvironment.execute(LocalStreamEnvironment.java:74)
at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1697)
at com.ishansong.bigdata.SqlKafka.main(SqlKafka.java:54)
Two 、 Question why
The lack of flink-client jar
3、 ... and 、 Solution
introduce flink-client jar that will do
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_2.11</artifactId>
<version>${flink.version}</version>
</dependency>
边栏推荐
- 【NVMe2.0b 14】NVMe Admin Command Set
- Sword finger offer II 076 The kth largest number in the array (use heap to solve TOPK problem)
- [nvme2.0b 14-8] set features (Part 2)
- 增强for循环的增删操作 & 迭代器删除集合元素
- Detectron2 source code reading 3-- encapsulating dataset with mapper
- php api获取二维码、组合生成图片
- Self made GIF dynamic graph -gifcam
- PHP API to obtain QR code and combine to generate pictures
- vim 从嫌弃到依赖(21)——跨文件搜索
- Redis设计与实现(一)| 数据结构 & 对象
猜你喜欢

Redis design and Implementation (III) | interaction between server and client (event IO model)

Self made GIF dynamic graph -gifcam

Build a docker image of Henkel database from 0

【NVMe2.0b 14】NVMe Admin Command Set

swagger使用

Redis设计与实现(四)| 主从复制

Gilbert Strang's course notes on linear algebra - Lesson 3

Redis设计与实现(二)| 数据库(删除策略&过期淘汰策略)

2021-05-06

【NVMe2.0b 14-5】Firmware Download/Commit command
随机推荐
Sword finger offer II 076 The kth largest number in the array (use heap to solve TOPK problem)
vim 从嫌弃到依赖(21)——跨文件搜索
[untitled]
Transformer architecture understanding
从0开始构建一个瀚高数据库Docker镜像
End-to-end 3D Point Cloud Instance Segmentation without Detection
Gilbert Strang's course notes on linear algebra - Lesson 1
Detailed explanation of pytoch's scatter function
Redis设计与实现(六)| 集群(分片)
Unit Test
Tidb 6.0: making Tso more efficient tidb Book rush
Rendering engine development
国债逆回购绝对安全吗 网上怎么开户
Redis设计与实现(四)| 主从复制
Flink 数据偶尔数据积压导致checkpoint失败
Enter the URL in the browser and display it on the page
Gilbert Strang's course notes on linear algebra - Lesson 3
File upload component on success event, add custom parameters
Unity简单shader
【NVMe2.0b 14-7】Set Features(上篇)