- Oct 14, 2015
-
-
Robert J. Moore authored
-
Robert J. Moore authored
Fixes #438
-
- Oct 06, 2015
-
-
Sean Busbey authored
[redis] Fix the label for a redis parameter
-
Connor McCoy authored
host, not url.
-
- Sep 28, 2015
-
-
Connor McCoy authored
[cassandra-cql] Make CassandraCQLClient more consistent.
-
Connor McCoy authored
The CassandraCQL client defines a number of * Changes the default port to 9042 (this is the default CQL port). * Changes property "host" from a space-separated list to property "hosts", a comma-separated list. * Updates a few messages.
-
- Sep 24, 2015
-
-
Connor McCoy authored
Use a PageFilter in HBase scans
-
Connor McCoy authored
Via `hbase.usepagefilter`
-
Connor McCoy authored
Other bindings limit the number of results retrieved from the server. The HBase bindings just close the scanner once they have received the desired number of records. Adding a PageFilter matches the behavior of other bindings, and may improve performance.
-
Sean Busbey authored
[aerospike] Bring Aerospike adapter in line with adapter policy * ! Aerospike client no longer retries over errors * ! Aerospike client no longer backs off during cluster overload
-
Thomas Lopatic authored
-
- 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
-