- Nov 27, 2015
-
-
Sean Busbey authored
[core] Record latency of successful and failed operations separately
-
Sean Busbey authored
[core] Added variance calculation of histogram latency reporting.
-
Sean Busbey authored
[vcs] Added support for Vim and Emacs in .gitignore
-
Brian Nixon authored
-
Misha Brukman authored
-
- Nov 25, 2015
-
-
Brian Nixon authored
Conflicts: core/src/main/java/com/yahoo/ycsb/measurements/OneMeasurementHistogram.java
-
Stanley Feng authored
Define constants for the property strings.
-
- Nov 24, 2015
-
-
Sean Busbey authored
[googledatastore] Add a Google Datastore client
-
Stanley Feng authored
- Move the doc (code comment) to workload_template - Minor changes in propery parsing logic and log to System.Err; [core] Incoporate CR comment Missed one comment before.
-
Stanley Feng authored
And make it configurable.
-
Stanley Feng authored
Specifically: 1. Remove trailing spaces, 2. Replace TAB with spaces, 3. Break lines > 80 characters 4. Misc code alignment. No functional code change. use ?w=1 on the URL to view non-whitespace changes.
-
Sean Busbey authored
Revert "added S3 storage binding"
-
Sean Busbey authored
-
Sean Busbey authored
[S3] added S3 storage binding Closes #413
-
Stanley Feng authored
Addressing the last CR comment. [googledatastore] Add cause to DBException
-
- Nov 23, 2015
-
-
Stanley Feng authored
Copyright statement, better exception messages, etc.
-
Stanley Feng authored
1. Move documentation from the properties file to the README.md 2. Addressed a couple of comments in the code. 3. Added the checkstyle plugin and addressed all the violation (except the TODO comment violation. I'd like to keep a TODO item in the code). [googledatastore] Output debug logs in one line instead of multiple lines.
-
- Nov 18, 2015
-
-
Stanley Feng authored
Will implement scan separately in the next pull request.
-
- Nov 17, 2015
-
-
Stanley Feng authored
Add support to allow users to group entities in two different ways, and add documentations for the overall googledatastore.properties file.
-
- Nov 14, 2015
-
-
Stanley Feng authored
Add a DB client for Google Cloud Datastore. This initial commit includes implementation of all CRUD operations (modulo scan), and integration into the rest of YCSB (pom.xml changes, etc) Next few commits will include Scan/query support, single entity group support, and better documentation.
-
allanbank authored
[elasticsearch] Checkstyle updates for Elasticsearch.
-
allanbank authored
[redis] Checkstyle updates for the Redis binding.
-
allanbank authored
[voldemort] Update binding to use the new Status class and also checkstyle updates.
-
- Nov 13, 2015
-
-
Connor McCoy authored
[core] passing full fieldset for verification
-
Andy Kruth authored
When dataintegrity and readallfields are both true, pass the full field set to db.read() so that the field values can be verified. Fixes #496
-
Connor McCoy authored
[core] added return codes to VERIFY
-
Connor McCoy authored
[jdbc] removed semicolons from cached statements
-
Andy Kruth authored
-
Andy Kruth authored
Changed measurement latency to actual latency time of the verifyRow step and now recording Status codes for verify operations. Fixes #479
-
Andy Kruth authored
-
- Nov 12, 2015
-
-
allanbank authored
[kudu] Checkstyle updates for the Kudu binding.
-
- Nov 10, 2015
-
-
allanbank authored
[hbase10] Checkstyle updates for HBase 1.0 binding.
-
- Nov 09, 2015
-
-
Robert J. Moore authored
-
- Nov 08, 2015
-
-
Robert J. Moore authored
checkstyle updates.
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
- Nov 05, 2015
-
-
Connor McCoy authored
-
Connor McCoy authored
Closes #477. This is #477 rebased against current master, with long lines in commit messages wrapped.
-
Stanley Feng authored
-