Exception in thread "main" java.lang.IllegalStateException: No ExecutorFactory found to execute the application.
需要引入依赖:
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_2.11</artifactId>
<version>1.11.1</version>
</dependency>