1. 程式人生 > 其它 >Flink 1.11.1 No ExecutorFactory found to execute the application

Flink 1.11.1 No ExecutorFactory found to execute the application

技術標籤:flink

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>