- Jun 07, 2015
-
-
Sean Busbey authored
[client] clean up status message creation.
-
- Jun 06, 2015
-
-
Sean Busbey authored
[mongodb] Fix #277 - Switch from updateOne to replaceOne.
-
Sean Busbey authored
[hbase] Add a document for hbase-binding and remove hbase-site.xml
-
Youngjoon Kim authored
-
Robert J. Moore authored
-
- Jun 05, 2015
-
-
Robert J. Moore authored
MongoDB 3.0 driver. Created tests for the basic DB operations. Updated MongoDB Inc. Driver version to 3.0.2.
-
- Jun 04, 2015
-
-
Sean Busbey authored
[core] Given the min and max parameter the ZipfianGenerator should not return *0*…
-
- Jun 03, 2015
-
-
Connor McCoy authored
Clean up bin/ycsb.
-
Connor McCoy authored
* Use argparse for argument parsing. * Add a '-jvm-args' flag, to pass arbirary options to java. * Exit with the return code from java. Requires Python 2.7.
-
Steffen Friedrich authored
-
- Jun 02, 2015
-
-
Sean Busbey authored
[hbase] Make write buffer size of HBase client configurable
-
Steffen Friedrich authored
Given the min and max parameter ZipfianGenerator should not return 0 if (uz < 1) nor 1 if (uz<1.0+Math.pow(0.5,theta)). Instead it should return the min value (base) or min + 1.
-
Shun Takebayashi authored
-
- May 29, 2015
-
-
Sean Busbey authored
rebased PR145: "Added Cassandra CQL binding"
-
Sean Busbey authored
rebased PR136: "Adding support for Couchbase"
-
Michael Nitschinger authored
closes #136 Signed-off-by:
Sean Busbey <sean.busbey@gmail.com>
-
- May 28, 2015
-
-
Chrisjan Matser authored
This includes changes to main pom for the v1.2.9 cassandra driver. closes #145
-
Sean Busbey authored
[core workload] Data Correctness Checking
-
Sean Busbey authored
TransportClient support for connecting to remote elastic search clusters
-
Sean Busbey authored
Workload template
-
- May 26, 2015
-
-
Sean Busbey authored
[version] update to 0.2.0-SNAPSHOT.
-
Sean Busbey authored
* Need a SNAPSHOT version because non-SNAPSHOT is reserved for actual releases. * Increment minor version per pre-1.0 guidelines from the Version Numbers guide Fixes #236.
-
- May 23, 2015
-
-
Sean Busbey authored
[Mongodb] merge adds Async mongodb driver, update normal driver to talk to mongo 2 and 3 clusters.
-
Sean Busbey authored
Add autoflush property to HBaseClient
-
Shun Takebayashi authored
-
Shun Takebayashi authored
-
- May 21, 2015
-
-
Robert J. Moore authored
to the 3.0 driver from MongoDB Inc. and updated to the new Document and fluent APIs.
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Robert J. Moore authored
URI to configure the client. Old properties are deprecated and but will be added to the URI if present and the URI does not already contain a value for the setting.
-
Robert J. Moore authored
-
Robert J. Moore authored
-
Jared Rosoff authored
When running workloads that use the "insert" operation, we get a lot of duplicate key exceptions from the server. Changing to upsert to avoid these exceptions.
-
Robert J. Moore authored
-
Asya Kamsky authored
Changed reference to original forked repo which is not maintained to this repo to avoid conflicting instructions. Might want to do that for top level README as well.
-