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

java.lang.IllegalArgumentException: No factory for connector odps #125

Open
Svti opened this issue Sep 23, 2022 · 0 comments
Open

java.lang.IllegalArgumentException: No factory for connector odps #125

Svti opened this issue Sep 23, 2022 · 0 comments

Comments

@Svti
Copy link

Svti commented Sep 23, 2022

ctions
2022-09-23T10:25:26.260+0800 INFO main com.facebook.presto.server.PluginManager -- Finished loading plugin /data/presto/data/plugin/teradata-functions --
2022-09-23T10:25:26.260+0800 INFO main com.facebook.presto.server.PluginManager -- Loading plugin /data/presto/data/plugin/tpcds --
2022-09-23T10:25:26.267+0800 INFO main com.facebook.presto.server.PluginManager Installing com.facebook.presto.tpcds.TpcdsPlugin
2022-09-23T10:25:26.273+0800 INFO main com.facebook.presto.server.PluginManager Registering connector tpcds
2022-09-23T10:25:26.274+0800 INFO main com.facebook.presto.server.PluginManager -- Finished loading plugin /data/presto/data/plugin/tpcds --
2022-09-23T10:25:26.274+0800 INFO main com.facebook.presto.server.PluginManager -- Loading plugin /data/presto/data/plugin/tpch --
2022-09-23T10:25:26.277+0800 INFO main com.facebook.presto.server.PluginManager Installing com.facebook.presto.tpch.TpchPlugin
2022-09-23T10:25:26.282+0800 INFO main com.facebook.presto.server.PluginManager Registering connector tpch
2022-09-23T10:25:26.283+0800 INFO main com.facebook.presto.server.PluginManager -- Finished loading plugin /data/presto/data/plugin/tpch --
2022-09-23T10:25:26.283+0800 INFO main com.facebook.presto.server.PluginManager -- Loading plugin /data/presto/data/plugin/ttl-fetchers --
2022-09-23T10:25:26.289+0800 INFO main com.facebook.presto.server.PluginManager Installing com.facebook.presto.nodettlfetchers.PrestoNodeTtlFetcherPlugin
2022-09-23T10:25:26.294+0800 INFO main com.facebook.presto.server.PluginManager Registering Ttl fetcher factory infinite
2022-09-23T10:25:26.294+0800 INFO main com.facebook.presto.server.PluginManager -- Finished loading plugin /data/presto/data/plugin/ttl-fetchers --
2022-09-23T10:25:26.305+0800 INFO main com.facebook.presto.metadata.StaticCatalogStore -- Loading catalog properties etc/catalog/odps.properties --
2022-09-23T10:25:26.307+0800 INFO main com.facebook.presto.metadata.StaticCatalogStore -- Loading catalog odps --
2022-09-23T10:25:26.307+0800 ERROR main com.facebook.presto.server.PrestoServer No factory for connector odps
java.lang.IllegalArgumentException: No factory for connector odps
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:216)
at com.facebook.presto.connector.ConnectorManager.createConnection(ConnectorManager.java:212)
at com.facebook.presto.metadata.StaticCatalogStore.loadCatalog(StaticCatalogStore.java:123)
at com.facebook.presto.metadata.StaticCatalogStore.loadCatalog(StaticCatalogStore.java:98)
at com.facebook.presto.metadata.StaticCatalogStore.loadCatalogs(StaticCatalogStore.java:80)
at com.facebook.presto.metadata.StaticCatalogStore.loadCatalogs(StaticCatalogStore.java:68)
at com.facebook.presto.server.PrestoServer.run(PrestoServer.java:150)
at com.facebook.presto.server.PrestoServer.main(PrestoServer.java:85)

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