Hussain Shaik
Hussain Shaik

Reputation: 117

Unable to use Cassandra from Presto

I have setup presto 0.76, Cassandra 2.1.2 and created a mykeyspace and a table to it. I started both the Cassandra daemons and Presto daemons. When I try to query Cassandra using presto CLI it returns

presto:mykeyspace> select * from userinfo; Query 20141216_181006_00021_me4u4 failed: replicate_on_write is not a column defined in this metadata

So is there any way to get over it?

Upvotes: 0

Views: 228

Answers (1)

Irek Khasyanov
Irek Khasyanov

Reputation: 64

Use latest version 0.88 with fixes for cassandra, http://prestodb.io/docs/current/release/release-0.88.html

Upvotes: 1

Related Questions