Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The following exception is thrown:
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:453) at org.apache.flink.table.api.internal.TableEnvironmentImpl.create(TableEnvironmentImpl.java:295) at org.apache.flink.table.api.internal.TableEnvironmentImpl.create(TableEnvironmentImpl.java:266) at org.apache.flink.table.api.TableEnvironment.create(TableEnvironment.java:95) at org.apache.flink.table.examples.scala.basics.GettingStartedExample$.main(GettingStartedExample.scala:55) at org.apache.flink.table.examples.scala.basics.GettingStartedExample.main(GettingStartedExample.scala)
Attachments
Issue Links
- relates to
-
FLINK-31660 flink-connectors-kafka ITCases are not runnable in the IDE
- Closed
- links to