无法使用来自presto的cassandra

ghhkc1vu  于 2021-05-30  发布在  Hadoop
关注(0)|答案(1)|浏览(342)

我已经设置了presto 0.76,cassandra 2.1.2并创建了一个 mykeyspace 还有一张table。我启动了cassandra守护程序和presto守护程序。当我尝试使用presto cli查询cassandra时,它返回 presto:mykeyspace> select * from userinfo; Query 20141216_181006_00021_me4u4 failed: replicate_on_write is not a column defined in this metadata 有什么办法可以克服吗?

yhqotfr8

yhqotfr81#

使用最新版本0.88修复cassandra,http://prestodb.io/docs/current/release/release-0.88.html

相关问题