Open kamsz opened 8 years ago
This will be taken care of in #865. We will keep this issue open though until we complete the work. Thanks for the suggestion!
@stfeng I've already got cassandra2-cql binding with YCSB 0.7.0 working, but I'm experiencing issues with operation timeouts. I've also dropped building Cassandra in favor of using precompiled binaries.
Cassandra timeout during read query at consistency QUORUM (2 responses were required but only 1 replica responded)
Here's my fork: https://github.com/kamsz/PerfKitBenchmarker/tree/cassandra_ycsb
PKB should use CQL binding of YCSB (cassandra2-cql) instead of deprecated Thrift binding (cassandra-10).