You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
If possible, do you mind explaining how to include the event listener if I am running prestosql in my IDE.
Thank you.
The text was updated successfully, but these errors were encountered: