dionjansen commented on issue #6605:
URL: https://github.com/apache/pulsar/issues/6605#issuecomment-640093320
I tried the same as @JKeyZ but I didn't get much further than this error
when starting the presto server:
```
2020-06-06T14:03:16.935Z DEBUG main
io.prestosql.server.PluginManager
/usr/lib/presto/plugin/pulsar-presto-connector/zookeeper-3.5.7.jar
2020-06-06T14:03:16.935Z DEBUG main
io.prestosql.server.PluginManager
/usr/lib/presto/plugin/pulsar-presto-connector/zookeeper-jute-3.5.7.jar
2020-06-06T14:03:16.935Z DEBUG main
io.prestosql.server.PluginManager
/usr/lib/presto/plugin/pulsar-presto-connector/zstd-jni-1.3.7-3.jar
2020-06-06T14:03:16.954Z ERROR main
io.prestosql.server.PrestoServer No service providers of type
io.prestosql.spi.Plugin
java.lang.IllegalStateException: No service providers of type
io.prestosql.spi.Plugin
at
com.google.common.base.Preconditions.checkState(Preconditions.java:588)
at io.prestosql.server.PluginManager.loadPlugin(PluginManager.java:157)
at io.prestosql.server.PluginManager.loadPlugin(PluginManager.java:148)
at io.prestosql.server.PluginManager.loadPlugins(PluginManager.java:129)
at io.prestosql.server.PrestoServer.run(PrestoServer.java:127)
at io.prestosql.$gen.Presto_329____20200606_140307_1.run(Unknown Source)
at io.prestosql.server.PrestoServer.main(PrestoServer.java:72)
2020-06-06T14:03:16.955Z INFO Thread-79
io.airlift.bootstrap.LifeCycleManager Life cycle stopping...
```
I grabbed the connector from
https://archive.apache.org/dist/pulsar/pulsar-2.5.1/apache-pulsar-2.5.1-bin.tar.gz
and build it ontop the
[prestosql/presto:329](https://hub.docker.com/layers/prestosql/presto/329/images/sha256-3ce639c6a0e5eb3cd285a04e39f7b741698ad44d278859ecd88a602c99e3528a?context=explore)
base image, my Pulsar cluster is version `2.5.1`.
----------------------------------------------------------------
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]