Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YCSB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adnan Ahmad
YCSB
Commits
84c8ecd5
Commit
84c8ecd5
authored
9 years ago
by
Connor McCoy
Browse files
Options
Downloads
Plain Diff
Merge pull request #528 from jdcryans/master
[kudu] Bump Kudu dependency to 0.6.0
parents
79bb3819
9450ae86
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kudu/src/main/java/com/yahoo/ycsb/db/KuduYCSBClient.java
+1
-1
1 addition, 1 deletion
kudu/src/main/java/com/yahoo/ycsb/db/KuduYCSBClient.java
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
2 additions
and
2 deletions
kudu/src/main/java/com/yahoo/ycsb/db/KuduYCSBClient.java
+
1
−
1
View file @
84c8ecd5
...
@@ -156,7 +156,7 @@ public class KuduYCSBClient extends com.yahoo.ycsb.DB {
...
@@ -156,7 +156,7 @@ public class KuduYCSBClient extends com.yahoo.ycsb.DB {
}
}
schema
=
new
Schema
(
columns
);
schema
=
new
Schema
(
columns
);
CreateTable
Builder
builder
=
new
CreateTable
Builder
();
CreateTable
Options
builder
=
new
CreateTable
Options
();
builder
.
setNumReplicas
(
numReplicas
);
builder
.
setNumReplicas
(
numReplicas
);
// create n-1 split keys, which will end up being n tablets master-side
// create n-1 split keys, which will end up being n tablets master-side
for
(
int
i
=
1
;
i
<
numTablets
+
0
;
i
++)
{
for
(
int
i
=
1
;
i
<
numTablets
+
0
;
i
++)
{
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
84c8ecd5
...
@@ -78,7 +78,7 @@ LICENSE file.
...
@@ -78,7 +78,7 @@ LICENSE file.
<cassandra2.cql.version>
2.1.8
</cassandra2.cql.version>
<cassandra2.cql.version>
2.1.8
</cassandra2.cql.version>
<gemfire.version>
8.1.0
</gemfire.version>
<gemfire.version>
8.1.0
</gemfire.version>
<infinispan.version>
7.2.2.Final
</infinispan.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>
<openjpa.jdbc.version>
2.1.1
</openjpa.jdbc.version>
<!--<mapkeeper.version>1.0</mapkeeper.version>-->
<!--<mapkeeper.version>1.0</mapkeeper.version>-->
<mongodb.version>
3.0.3
</mongodb.version>
<mongodb.version>
3.0.3
</mongodb.version>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment