- Nov 24, 2015
-
-
Sean Busbey authored
This reverts commit 0e5866eb. Restores #372
-
Sean Busbey authored
[googledatastore] Add a Google Datastore client
-
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
-
Stanley Feng authored
Extend the dynamoDB client to support the HASH_AND_RANGE primary key type. The default primary key type remains exactly the same as before: HASH type. And the default behavior and processing logic also remains exactly the same as before. What's added is the support to benchmark a primary key type called HASH_AND_RANGE which is one of two supported primary key types of DynamoDB. Knowing the performance characteristics of the HASH_AND_RANGE key is important for some users because that's the only practical way for them to get strongly consistent query across multiple items. See documentation in conf/dynamodb.properties for more details.
-
Connor McCoy authored
JDBC test cases
-
kruthar authored
reverted a few things that were not necessary * semicolon change - coming in another PR * .gitignore change - no longer using derby Code cleanup * test scoped hsqldb * removed derby artifacts and references * setting driver class is not necessary * cleaned up unused objects in delete * now running cleanup on client * removed old assert(true) stub
-
kruthar authored
Had to fix the semicolon issue for Derby. Ended up switching to HSQLDB becuase Derby does not support LIMIT.
-
kruthar authored
-
- Nov 04, 2015
-
-
Connor McCoy authored
Also fix a few README formatting issues. mvn org.apache.rat:apache-rat-plugin:0.11:check -D rat.numUnapprovedLicenses=5000
-
- Nov 03, 2015
-
-
Connor McCoy authored
-
allanbank authored
[core] Fix the build post the #461 merge.
-
Robert J. Moore authored
-