报错信息
Exception in thread “main” org.apache.flink.table.api.ValidationException: Could not find any factories that implement ‘org.apache.flink.table.delegation.ExecutorFactory’ in the classpath.
at org.apache.flink.table.factories.FactoryUtil.discoverFactory(FactoryUtil.java:534)
at org.apache.flink.table.api.internal.TableEnvironmentImpl.create(TableEnvironmentImpl.java:278)
at org.apache.flink.table.api.TableEnvironment.create(TableEnvironment.java:93)
at com.dadao.flinktodoris.GoodsDataPipelineLocal.main(GoodsDataPipelineLocal.java:12)
- 提交jar包到flink报错 修改pom插件
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.1.1</version> <configuration> <createDependencyReducedPom>false</createDependencyReducedPom> </configuration> &l