Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YCSB
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
423e66fe
Commit
423e66fe
authored
9 years ago
by
Connor McCoy
Browse files
Options
Downloads
Patches
Plain Diff
[docs] Add build instructions to README, update DB-specific build docs.
parent
d871a527
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+11
-0
11 additions, 0 deletions
README.md
mongodb/README.md
+1
-1
1 addition, 1 deletion
mongodb/README.md
redis/README.md
+2
-2
2 additions, 2 deletions
redis/README.md
with
14 additions
and
3 deletions
README.md
+
11
−
0
View file @
423e66fe
...
...
@@ -36,3 +36,14 @@ Getting Started
See https://github.com/brianfrankcooper/YCSB/wiki/Core-Properties for
the list of available workload properties.
Building from source
--------------------
To build the full distribution, with all database bindings:
mvn clean package
To build a single database binding:
mvn -pl com.yahoo.ycsb:mongodb-binding -am clean package
This diff is collapsed.
Click to expand it.
mongodb/README.md
+
1
−
1
View file @
423e66fe
...
...
@@ -53,7 +53,7 @@ Download the YCSB zip file and compile:
git clone git://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn -pl
com.yahoo.ycsb:core,
com.yahoo.ycsb:mongodb-binding clean package
mvn -pl com.yahoo.ycsb:mongodb-binding
-am
clean package
### 4. Run YCSB
...
...
This diff is collapsed.
Click to expand it.
redis/README.md
+
2
−
2
View file @
423e66fe
...
...
@@ -12,7 +12,7 @@ Git clone YCSB and compile:
git clone http://github.com/brianfrankcooper/YCSB.git
cd YCSB
mvn -pl
com.yahoo.ycsb:core,
com.yahoo.ycsb:redis-binding clean package
mvn -pl com.yahoo.ycsb:redis-binding
-am
clean package
### 4. Provide Redis Connection Parameters
...
...
@@ -36,4 +36,4 @@ Load the data:
Run the workload test:
./bin/ycsb run redis -s -P workloads/workloada > outputRun.txt
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