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

Aerospike Connect support for latest Trino (previously Presto SQL) version 351 #2

Open
indigo-tribe opened this issue Jan 26, 2021 · 0 comments

Comments

@indigo-tribe
Copy link

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)
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