- Sep 21, 2015
-
-
Robert J. Moore authored
-
allanbank authored
Proposed fix for #327.
-
Thomas Lopatic authored
-
Thomas Lopatic authored
-
Thomas Lopatic authored
-
Thomas Lopatic authored
-
Thomas Lopatic authored
-
Thomas Lopatic authored
-
- Sep 18, 2015
-
-
Connor McCoy authored
[hbase10] Add integration tests for HBase 1.0 client
-
Connor McCoy authored
Uses an HBase mini-cluster to test the HBase binding.
-
- Sep 16, 2015
-
-
Sean Busbey authored
[docs] update README for 0.3.1 release.
-
Connor McCoy authored
[hbase] Separate HBase v0.9x and v1.x bindings
-
Connor McCoy authored
-
Connor McCoy authored
-
Connor McCoy authored
Remove deprecated methods: Put.add -> Put.addColumn. KeyValue -> Cell.
-
Connor McCoy authored
HBase 0.94 requires an additional dependency on hadoop-core, but has no source-level changes to the client.
-
Connor McCoy authored
hbase/ now contains the HBase v0.9 binding code. hbase1/ now contains the HBase 1.0 binding code.
-
- Sep 11, 2015
-
-
Sean Busbey authored
- *incompatible* Default measurement changed from histogram to hdrhistogram Users who want previous behavior can set the 'measurementtype' property to 'histogram' - *incompatible* Reported 95th and 99th percentile latencies now in microseconds (previously in milliseconds) Conflicts: core/src/main/java/com/yahoo/ycsb/measurements/OneMeasurementHdrHistogram.java closes #371
-
Sean Busbey authored
-
- Aug 21, 2015
-
-
Sean Busbey authored
[docs] Fixes #393 - Update the curl command to use the --location option
-
- Aug 20, 2015
-
-
Robert J. Moore authored
-
- Aug 16, 2015
-
-
allanbank authored
[travis] Fixes #389 - Update .travis.yml to use the container based infrastructure for Travis Builds.
-
Robert J. Moore authored
[travis] Fixes #389 - Update .travis.yml to use the container based infrastructure for Travis Builds.
-
- Aug 12, 2015
-
-
gkamat authored
[docs] update README for 0.3.0 release.
-
- Aug 11, 2015
-
-
Govind Kamat authored
-
- Aug 07, 2015
-
-
gkamat authored
Added ASLv2 header to most files missing one.
-
Govind Kamat authored
-
- Aug 06, 2015
-
-
Sean Busbey authored
[core] Fix #380 by working around recorder/logger initialization timing.
-
nitsanw authored
The HdrHistogramReader makes some problematic assumptions on the roles played by start time, base time and histogram start/end times. This is to be revisited in a future release of HdrHistogram (see https://github.com/HdrHistogram/HdrHistogram/issues/69). In the meantime this change will make YCSB record as expected by the reader: a. Set histogram log base time (same as start time) b. Only create the recorder after the log has been setup
-
- Jul 27, 2015
- Jul 23, 2015
-
-
gkamat authored
[mongodb] Update the pom.xml to make checkstyle fail the build. Fixes #365
-
- Jul 21, 2015
-
-
Robert J. Moore authored
Updated code to satisfy the checkstyle validation. Fixes #365
-
gkamat authored
[mongodb] Update the MongoDB driver version to 3.0.3.
-
- Jul 19, 2015
-
-
allanbank authored
Fix HashMap (gh-353) bug.
-
- Jul 18, 2015
-
-
allanbank authored
Shutdown the status thread as soon as clients complete (Issue #316)
-
- Jul 17, 2015
-
-
Sean Busbey authored
closes #239. Origin patch in PR-286.
-