我已经安装了“Apache Cassandra 3.9.0 的 DataStax 分发版”。打开 cassandra CQL shell 后,我运行了以下命令
Create keyspace KeyspaceName
with replicaton{'class':'simplestrategy','replication_factor': 1}
Run Code Online (Sandbox Code Playgroud)
但我收到一个错误:
Unable to find replication strategy class 'org.apache.cassandra.locator.simplestrategy'
Run Code Online (Sandbox Code Playgroud)