我已经安装了presto 0.76,Cassandra2.1.2,并创建了一个mykeyspace和一个表。我启动了Cassandra守护进程和Presto守护进程。当我尝试使用presto查询Cassandra时,它会返回
presto:mykeyspace> select * from userinfo; Query 20141216_181006_00021_me4u4 failed: replicate_on_write is not a column defined in this metadata
有什么办法能克服这一切吗?
发布于 2014-12-16 15:39:07
使用最新版本0.88与修复卡桑德拉,http://prestodb.io/docs/current/release/release-0.88.html
https://stackoverflow.com/questions/27504990
复制相似问题