- Dec 20, 2015
-
-
bigbes authored
-
- Dec 17, 2015
-
-
Connor McCoy authored
[kudu] Bump the default admin timeout
-
Jean-Daniel Cryans authored
The default 10s timeout can be too low when creating large tables on slow devices. This patch just uses the already-defined default of 60s for that operation.
-
Andy Kruth authored
[cassandra] added large deprecation message
-
Andy Kruth authored
-
Andy Kruth authored
[cassandra2] added better property handling
-
Andy Kruth authored
-
Andy Kruth authored
-
- Dec 16, 2015
-
-
Connor McCoy authored
[memcached] Removed groupId (duplicates parent).
-
Misha Brukman authored
For reference, other bindings don't appear to specify a `groupId` at this level in their `pom.xml` files. @shivam-maharshi says in a [comment][1]: > The groupId here is the duplicate of the parent groupId. This is creating a > problem in the maven build. [1]: https://github.com/brianfrankcooper/YCSB/commit/d4b1d247a31cf9fbf42b2e324b5b1cc27fdd9565#commitcomment-15030853
-
- Dec 12, 2015
-
-
Sean Busbey authored
[Core] Add retry for insertion logic to make the load process more robust
-
Stanley Feng authored
Prefix the retry limit property name with core_workload. [core] Incorporate CR Feedback Prefix the retry limit property with "core_workload".
-
Stanley Feng authored
The default behavior is NO RETRY, which is the current behavior. But optionally user can enable retry if they are working with a DB backend that is better tolerated by allowing a few retries.
-
Stanley Feng authored
- Remove trailing whitespaces, - Break longlines to below 120 chars - Right indentation. This is to prepare for the next commit that will add retry logic to insert to make the load process more fault tolerant.
-
- Dec 10, 2015
-
-
Sean Busbey authored
[memcached] Added memcached binding.
-
Misha Brukman authored
The memcached support was extracted from PR #98 by @jbellis, with cleanups to bring it in line with current APIs and style guide. This PR also addresses issue #326.
-
Connor McCoy authored
[kudu] Bump Kudu dependency to 0.6.0
-
- Dec 09, 2015
-
-
Jean-Daniel Cryans authored
This version and the previous one are wire compatible, the only code chance reflects a naming change in the client API.
-
- Dec 08, 2015
-
-
Connor McCoy authored
[scripts] Improve errors in bin/ycsb
-
Connor McCoy authored
* Handles missing "java" with an error message. * Adds a check_output method for users running on Python 2.6. * Prints an error when importing argparse fails (third party module on Python 2.6).
-
- Dec 03, 2015
-
-
allanbank authored
[build] changed checkstyle linelength to 120
-
- Dec 02, 2015
-
-
Sean Busbey authored
Added editorconfig for easy style conformance.
-
Misha Brukman authored
More info at http://editorconfig.org - this makes it easy for editors to automatically perform the right indentation.
-
- Nov 30, 2015
-
-
Sean Busbey authored
[S3] Redo pr 372
-
- Nov 29, 2015
-
-
Andy Kruth authored
-
- Nov 27, 2015
-
-
Sean Busbey authored
Update latest version and examples to 0.5.0
-
Misha Brukman authored
Also added direct link to the latest release page for easy downloading.
-
Sean Busbey authored
Added note about Maven 3 per issue #406.
-
Misha Brukman authored
-
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
-
Sean Busbey authored
- version number fix - DB methods return Status objects.
-
Sean Busbey authored
This reverts commit 0e5866eb. Restores #372
-
Sean Busbey authored
[googledatastore] Add a Google Datastore client
-