Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在将 Hector 与 Cassandra 1.1.5 一起使用时,我想指定 CQL 版本,特别是 CQL 3.0。
我怎样才能做到这一点?
如何将 CQL 3.0 与 JDBC 驱动程序或 Hector 一起使用的问题的答案 没有用。
对于 cassandra-jdbc,可以在创建数据源对象时指定。
CassandraDataSource cds = new CassandraDataSource(host, port, keyspace, user, password, "3.0.0")