copy one table to another in cassandra

前端 未结 1 495
清歌不尽
清歌不尽 2020-12-21 17:00

i want to copy data from standardevents to standardeventstemp.. below steps i am doing

COPY events.standardevents (uuid, data, name, time, tracker, type, us         


        
相关标签:
1条回答
  • 2020-12-21 17:27

    It turned out that this is a known bug in Cassandra 1.2.2.

    The same commands work fine in 2.0.x, so an upgrade will fix the problem.

    0 讨论(0)
提交回复
热议问题