用cassandra社区测试dsbulk的迁移

u3r8eeie  于 2021-06-14  发布在  Cassandra
关注(0)|答案(1)|浏览(417)

我想迁移数据。我使用cassandra3.11,我想比较bulk和ds bulk。我的问题是,当我与cassandra社区一起使用ds bulk时,我有以下错误:

Incompatible cluster detected. Load functionality is only compatible with a DSE cluster.
The following nodes do not appear to be running DSE:
/127.0.0.1:9042
Operation LOAD_20190929-193810-582581 failed: Unable to load data to non DSE cluster.
thigvfpy

thigvfpy1#

ds bulk是一个专用工具,用于处理其专用数据库。该工具可能需要apachecassandra中没有的特性,或者根本不允许针对它运行。

相关问题