SASI错误org.apache.cassandra.index.sasi.SASIIndex

时间:2018-11-19 08:48:20

标签: cassandra-3.0 cassandra-sasi-index

当我向卡桑德拉倾斜时,我是卡桑德拉的新手,我看到了SASI,但是当我尝试在cqlshell中进行播撒时,就像下面这样

 id                                   | firstname | lastname
--------------------------------------+-----------+----------
 8eb4b8d0-ebd5-11e8-b1d1-031d5efe4a0d |      Aqib |    Saman
 ab2cc700-ebd5-11e8-b1d1-031d5efe4a0d |   Ahammed |    Jasim
 a045f1e0-ebd5-11e8-b1d1-031d5efe4a0d |  Mohemmed |    Safir
 97bce2e0-ebd5-11e8-b1d1-031d5efe4a0d |       Moh |   Shafer

CREATE CUSTOM INDEX  fn_prefix ON classroom (firstname) USING 'org.apache.cassandra.index.sasi.SASIIndex';
ConfigurationException: Unable to find custom indexer class 'org.apache.cassandra.index.sasi.SASIIndex'

我的casandra版本是[cqlsh 5.0.1 | Cassandra 3.0.9 | CQL spec 3.4.0 | Native protocol v4]

0 个答案:

没有答案