当前位置:网站首页>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
 Insert picture description here

Exception in thread "main" java.lang.IllegalStateException: No ExecutorFactory found to execute the application.

2. Solution
Add dependencies
 Insert picture description here

        <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 .

原网站

版权声明
本文为[Hairo [matrix]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206252229032134.html