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

prestodb and prestosql support #4

Open
KentonParton opened this issue Apr 16, 2020 · 0 comments
Open

prestodb and prestosql support #4

KentonParton opened this issue Apr 16, 2020 · 0 comments

Comments

@KentonParton
Copy link

KentonParton commented Apr 16, 2020

Hello,

I see that this was last committed to in 2019. Does it still work; if so, does it support prestodb and prestosql? I tried running it in prestosql and it failed with:

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:162)
	at io.prestosql.server.PluginManager.loadPlugin(PluginManager.java:153)
	at io.prestosql.server.PluginManager.loadPlugins(PluginManager.java:134)
	at io.prestosql.server.PrestoServer.run(PrestoServer.java:116)
	at io.prestosql.$gen.Presto_null____20200416_195729_1.run(Unknown Source)
	at io.prestosql.server.PrestoServer.main(PrestoServer.java:72)

If possible, do you mind explaining how to include the event listener if I am running prestosql in my IDE.

Thank you.

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