我们在 linux 上的 Production Cassandra Cluster 上使用 apache-cassandra 1.1.9 版本。我想使用 sstableloader 上传一些数据。我能够为小数据生成 sstables,然后尝试使用 sstableloader 从另一台机器(位于同一网络但不在 cassandra 集群环中)将这些 sstables 上传到 Cassandra Cluster,但出现以下错误
“无法检索端点范围:”
我不明白为什么会出现这个错误。我正在运行 sstableloader 的这台机器具有相同的 cassandra 安装。我将 cassandra.yaml 从生产 cassandra 复制到我的主机的 apache-cassandra/conf 文件夹中。
我的 sstables 位于以下目录结构中:- /path/to/keyspace dir/Keyspace/*.db
我正在运行的 SStable 命令如下
./sstableloader -d -i , /home/Data/Keyspace/ 无法检索端点范围:
请指教,如果我在这里做错了吗?