Skip to content

[Question][Presto]How can I use my own presto cluster to query pulsar data? #10856

@dik111

Description

@dik111

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugThe PR fixed a bug or issue reported a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions