You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception Msg:
Caused by: org.apache.flink.table.api.NoMatchingTableFactoryException: Could not find a suitable table factory for 'org.apache.flink.table.factories.CatalogFactory' in
Reason for error :
ExecutionContext.createCatalog and FactoryUtil.createCatalog are implemented differently.
It works fine after I replace ExecutionContext.createCatalog with FactoryUtil.createCatalog.
The text was updated successfully, but these errors were encountered:
LinMingQiang
changed the title
Createsession reports an error after configuring HiveCatalogs
[BUG]Createsession reports an error after configuring HiveCatalogs
Jan 20, 2022
Exception Msg:
Caused by: org.apache.flink.table.api.NoMatchingTableFactoryException: Could not find a suitable table factory for 'org.apache.flink.table.factories.CatalogFactory' in
Reason for error :
ExecutionContext.createCatalog and FactoryUtil.createCatalog are implemented differently.
It works fine after I replace ExecutionContext.createCatalog with FactoryUtil.createCatalog.
The text was updated successfully, but these errors were encountered: