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 was facing issue in starting Trino (previously Presto SQL) with the latest aerospike plugin. On further analysis, found that the prerequisite was missing and was already mentioned in the Aerospike documentation - "Ensure that your Presto cluster is at version 340 of Presto or later, but not 351 or later."
Still posting this here, as a friend in Trino community forum, asked to consider filing an issue to help Aerospike prioritize upgrading to Trino.
Logs for reference:
2021-01-26T10:25:55.522+0530 INFO main io.trino.server.PluginManager -- Loading plugin /Users/indigo/Downloads/trino/data/plugin/aerospike --
2021-01-26T10:25:55.764+0530 ERROR main io.trino.server.Server No service providers of type io.trino.spi.Plugin
java.lang.IllegalStateException: No service providers of type io.trino.spi.Plugin
at com.google.common.base.Preconditions.checkState(Preconditions.java:589)
at io.trino.server.PluginManager.loadPlugin(PluginManager.java:166)
at io.trino.server.PluginManager.loadPlugin(PluginManager.java:157)
at io.trino.server.PluginManager.loadPlugins(PluginManager.java:138)
at io.trino.server.Server.doStart(Server.java:117)
at io.trino.server.Server.lambda$start$0(Server.java:73)
at io.trino.$gen.Trino_351____20210126_045543_1.run(Unknown Source)
at io.trino.server.Server.start(Server.java:73)
at io.trino.server.TrinoServer.main(TrinoServer.java:38)
The text was updated successfully, but these errors were encountered:
I was facing issue in starting Trino (previously Presto SQL) with the latest aerospike plugin. On further analysis, found that the prerequisite was missing and was already mentioned in the Aerospike documentation -
"Ensure that your Presto cluster is at version 340 of Presto or later, but not 351 or later."
Still posting this here, as a friend in Trino community forum, asked to consider filing an issue to help Aerospike prioritize upgrading to Trino.
Logs for reference:
The text was updated successfully, but these errors were encountered: