Skip to content
Snippets Groups Projects
Commit 9450ae86 authored by Jean-Daniel Cryans's avatar Jean-Daniel Cryans
Browse files

[kudu] Bump kudu dependency to 0.6.0

This version and the previous one are wire compatible, the only code
chance reflects a naming change in the client API.
parent 79bb3819
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ public class KuduYCSBClient extends com.yahoo.ycsb.DB {
}
schema = new Schema(columns);
CreateTableBuilder builder = new CreateTableBuilder();
CreateTableOptions builder = new CreateTableOptions();
builder.setNumReplicas(numReplicas);
// create n-1 split keys, which will end up being n tablets master-side
for (int i = 1; i < numTablets + 0; i++) {
......
......@@ -78,7 +78,7 @@ LICENSE file.
<cassandra2.cql.version>2.1.8</cassandra2.cql.version>
<gemfire.version>8.1.0</gemfire.version>
<infinispan.version>7.2.2.Final</infinispan.version>
<kudu.version>0.5.0</kudu.version>
<kudu.version>0.6.0</kudu.version>
<openjpa.jdbc.version>2.1.1</openjpa.jdbc.version>
<!--<mapkeeper.version>1.0</mapkeeper.version>-->
<mongodb.version>3.0.3</mongodb.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment