dik111 opened a new issue #10856:
URL: https://github.com/apache/pulsar/issues/10856
pulsar version: 2.7.2
presto version: 0.241
Hi all:
I saw in the official document that I can use my own presto cluster to
query data, and then I put the pulsar-presto-connector in the installation
package in the plugin directory of presto, and then start presto, but it
prompts an error:
`2021-06-07T22:06:37.719+0800 ERROR main
com.facebook.presto.server.PrestoServer No factory for connector pulsar
java.lang.IllegalArgumentException: No factory for connector pulsar
at
com.google.common.base.Preconditions.checkArgument(Preconditions.java:216)
at
com.facebook.presto.connector.ConnectorManager.createConnection(ConnectorManager.java:208)
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:135)
at com.facebook.presto.server.PrestoServer.main(PrestoServer.java:77)
`
Is the way I installed it wrong?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]