Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Createsession reports an error after configuring HiveCatalogs #89

Open
LinMingQiang opened this issue Jan 20, 2022 · 0 comments
Open

Comments

@LinMingQiang
Copy link

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.

@LinMingQiang LinMingQiang changed the title Createsession reports an error after configuring HiveCatalogs [BUG]Createsession reports an error after configuring HiveCatalogs Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant