当前位置:网站首页>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>
边栏推荐
- Detectron2 source code reading 2--- using the configurable decorator to build the dataloader
- 技术管理进阶——管理者如何进行梯队设计及建设
- Environment configuration of ROS Aubo manipulator
- Game 280 problem2: minimum operands to turn an array into an alternating array
- Unity简单shader
- Cesium learning notes (I)
- [data analysis and display]
- 文件上传 upload 组件 on-success 事件,添加自定义参数
- Understanding society at the age of 14 - reading notes on "happiness at work"
- El input limit can only input numbers
猜你喜欢

Sword finger offer II 075 Array relative sort (custom sort, count sort)
![[untitled]](/img/b8/e3f54fe5d1079663799887e62cb07c.jpg)
[untitled]

Redis design and Implementation (VIII) | transaction

Flink Exception -- No ExecutorFactory found to execute the application

Redis design and Implementation (IV) | master-slave replication
![[untitled]](/img/45/368c41a74bf0738369c58c5963fca0.jpg)
[untitled]

Oracle expansion table space installed in docker

Deploy the cow like customer network project on the ECS

【NVMe2.0b 14-1】Abort、Asynchronous Event Request、Capacity Management command

云服务器上部署仿牛客网项目
随机推荐
el-input 限制只能输数字
Camera
[untitled]
【NVMe2.0b 14-6】Format NVM、Keep Alive、Lockdown command
Unity simple shader
维基媒体基金会公布新商业产品“维基媒体企业”首批客户
Redis设计与实现(五)| Sentinel哨兵
Introduction to MySQL basics day4 power node [Lao Du] class notes
Cesium learning notes (VI) particle system
Redis design and Implementation (II) | database (deletion strategy & expiration elimination strategy)
Emoji icons supported by markdown
Opencv video
【NVMe2.0b 14】NVMe Admin Command Set
Redis design and Implementation (VII) | publish & subscribe
云服务器上部署仿牛客网项目
JVM调优相关命令以及解释
Sword finger offer II 074 Merge interval (sort, array)
php api获取二维码、组合生成图片
Redis design and Implementation (I) | data structure & object
Gilbert Strang's course notes on linear algebra - Lesson 3