Reputation: 486
When querying a Cassandra 3.0.0 cluster using Presto 0.131 I get:
All host(s) tried for query failed [..snip...] InvalidQueryException: unconfigured table schema_keyspaces
I assume this is due to some change in Cassandra's system schemas? If so is there a workaround or should we wait for Presto to support Cassandra 3.0.0?
2016-11-05 Update : Newer versions of PrestoDB work fine with Cassandra 3+. Currently using 0.147 but the latest version is 0.156 and they all work fine with the new protocol. Thanks for your replies.
Upvotes: 3
Views: 338
Reputation: 12829
Yeah you guessed correctly - there was a change in schema storage between Cassandra 2.2.4 and 3.0.0. See here for more information. The actual change to the schema is described in this issue.
Upvotes: 1