当前位置:   article > 正文

flink-问题及解决: No ExecutorFactory found to execute the application_1.17 no executorfactory found to execute the appli

1.17 no executorfactory found to execute the application.

本地调试执行时,出现No ExecutorFactory found to execute the application 的异常:

原因:是因为缺少flink 本地client  执行的环境, 可以增加flink-client 的jar 来解决.

解决方案:

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

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/码创造者/article/detail/899437
推荐阅读
相关标签
  

闽ICP备14008679号