当前位置:   article > 正文

flink运行报错:No ExecutorFactory found to execute the application._flink caused by: java.lang.illegalstateexception:

flink caused by: java.lang.illegalstateexception: no executorfactory found t

目录

问题描述:

flink运行报错:Exception in thread "main" java.lang.IllegalStateException: No ExecutorFactory found to execute the application.

原因:缺少 flink-client jar

解决:引入依赖


问题描述:

flink运行报错:Exception in thread "main" java.lang.IllegalStateException: No ExecutorFactory found to execute the application.

解决:引入依赖

  1. <dependency>
  2. <groupId>org.apache.flink</groupId>
  3. <artifactId>flink-clients_2.11</artifactId>
  4. <version>${flink.version}</version>
  5. </dependency>

 

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号