1.问题描述
报错内容
Exception in thread "main" java.lang.IllegalStateException: No ExecutorFactory found to execute the application.
2.解决方案
增加依赖项
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_2.11</artifactId>
<version>1.11.0</version>
</dependency>
3.注意事项
依赖版本,要和你使用的flink版本对应。