File tree Expand file tree Collapse file tree 5 files changed +434
-4
lines changed
src/main/java/com/yahoo/ycsb/db Expand file tree Collapse file tree 5 files changed +434
-4
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ DATABASES = {
2929 "cassandra-7" : "com.yahoo.ycsb.db.CassandraClient7" ,
3030 "cassandra-8" : "com.yahoo.ycsb.db.CassandraClient8" ,
3131 "cassandra-10" : "com.yahoo.ycsb.db.CassandraClient10" ,
32+ "cassandra-cql" : "com.yahoo.ycsb.db.CassandraCQLClient" ,
3233 "dynamodb" : "com.yahoo.ycsb.db.DynamoDBClient" ,
3334 "elasticsearch" : "com.yahoo.ycsb.db.ElasticSearchClient" ,
3435 "gemfire" : "com.yahoo.ycsb.db.GemFireClient" ,
Original file line number Diff line number Diff line change 1717 <artifactId >cassandra-all</artifactId >
1818 <version >${cassandra.version} </version >
1919 </dependency >
20+ <!-- CQL driver -->
21+ <dependency >
22+ <groupId >com.datastax.cassandra</groupId >
23+ <artifactId >cassandra-driver-core</artifactId >
24+ <version >${cassandra.cql.version} </version >
25+ </dependency >
2026 <dependency >
2127 <groupId >com.yahoo.ycsb</groupId >
2228 <artifactId >core</artifactId >
You can’t perform that action at this time.
0 commit comments