Timo Walther created FLINK-25525:
------------------------------------
Summary: flink-examples-table is not runnable in the IDE
Key: FLINK-25525
URL: https://issues.apache.org/jira/browse/FLINK-25525
Project: Flink
Issue Type: Sub-task
Components: Table SQL / Ecosystem
Reporter: Timo Walther
The following exception is thrown:
{code}
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)
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)