FAQ
升级到 1.11.1 本地运行报 “No ExecutorFactory found to execute the application”
需要显示引用 flink-clients
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_${flink.scala.version}</artifactId>
</dependency>
Starting from Flink 1.11.0, the
flink-streaming-java
module does not have a dependency onflink-clients
anymore