当前位置:网站首页>No executorfactory found to execute the application
No executorfactory found to execute the application
2022-06-26 00:33:00 【Hairo [matrix]】
1. Problem description
Wrong content 
Exception in thread "main" java.lang.IllegalStateException: No ExecutorFactory found to execute the application.
2. Solution
Add dependencies 
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_2.11</artifactId>
<version>1.11.0</version>
</dependency>
3. matters needing attention
Dependent version , To be used with you flink The version corresponds to .
边栏推荐
- DBCA silent installation and database building
- SQL to retain the maximum value sorted by a field
- 元宇宙中的法律与自我监管
- Regular expression introduction and some syntax
- SMT贴片加工PCBA板清洗注意事项
- Apache foundation officially announced Apache inlong as a top-level project
- Run the test program using rknn-toolkit-lite2 for rk3568 development board
- 《SQL优化核心思想》
- Machine vision: illuminating "intelligence" and creating a new "vision" world
- Smt贴片机工作流程
猜你喜欢
随机推荐
Rocket message storage
解决线程并发安全问题
学习识别对话式问答中的后续问题
Should group by be used whenever aggregate functions are used in SQL?
What are the red lines of open source that should not be trodden on?
Multi-Instance Redo Apply
Research and development practice of Kwai real-time data warehouse support system
leetcode. 14 --- longest public prefix
EBS R12.2.0升级到R12.2.6
Deploy Ogg on the same machine and test
Darkent2ncnn error
Run the test program using rknn-toolkit-lite2 for rk3568 development board
【ROS进阶篇】第一讲 常用API介绍
鼠标拖拽围绕某个物体旋转展示
SMT行业AOI,X-RAY,ICT分别是什么?作用是?
Apache基金会正式宣布Apache InLong成为顶级项目
When installing PSU /usr/bin/ld:warning: -z lazload ignore
Core ideas of SQL optimization
信号处理函数内必须使用可重入函数
Oracle RAC cluster failed to start









