- Apr 20, 2016
-
-
Jason Tedor authored
This commit modifies the Elasticsearch client to return Status.NOT_FOUND when an operation fails because the document requested does not exist. This modifies the previous behavior which would return Status.ERROR in this case. This commit also moves the statements that would return Status.ERROR into the corresponding catch blocks so that it is clear that Status.ERROR is only being returned on error paths.
-
- Apr 18, 2016
-
-
Sean Busbey authored
[googledatastore] Update googledatastore API version to v1beta3.
-
yuyanting authored
-
- Apr 17, 2016
-
-
Sean Busbey authored
[asynchbase] Fix Netty library version issue that prevents it from
-
Chris Larsen authored
loading outside the unit tests.
-
Sean Busbey authored
[asynchbase] Add AsyncHBase as an alternative to the default HBase cl…
-
Chris Larsen authored
Note the Guava classes in the test directory for AsyncHBase. These are there as AsyncHBase uses Guava >= 18 while HBase and the mini cluster use Guava 12.
-
Sean Busbey authored
[core] Add an incrementing printable string generator.
-
- Apr 16, 2016
-
-
Chris Larsen authored
This will be used for #653 for databases that require keys or other values to use a limited character set. This generator will create a sequence of strings using a defined list of UTF code points from which to pull.
-
- Apr 15, 2016
-
-
Sean Busbey authored
[riak] Added new binding for Riak, based on the one created by Basho Technol…
-
Sean Busbey authored
[core] Add CoreWorkload.createOperationGenerator() for use in other w…
-
Sean Busbey authored
[couchbase2] Allow to log latency & runtime metrics.
-
nygard_89 authored
[riak] R, W, etc. options are ignored for strong-consistent updates. So, it's useless to specify them. [riak] Updated README.md with new considerations about benchmarks which use strong consistency model.
-
nygard89 authored
-
nygard_89 authored
-
- Apr 14, 2016
-
-
Michael Nitschinger authored
This changeset adds 2 config params which can be tweaked to enable and print both the network latency and runtime metrics to the configured logger.
-
nygard_89 authored
-
nygard_89 authored
[riak] Configured RiakKVClientTest.java to work with default bucket-type instead of creating a new one.
-
nygard_89 authored
[travis] Added riak-admin commands to create and activate test bucket.
-
nygard_89 authored
[riak] Added RiakKVClientTest.java
-
- Apr 13, 2016
-
-
nygard_89 authored
-
nygard_89 authored
[riak] Added test unit. [riak] Set eventual consistency as default in both README.md and riak.properties file, as strong consistency it's not the main model adopted by the db (check http://docs.basho.com/riak/kv/2.1.4/developing/app-guide/strong-consistency/ for further info). [riak] Fixed getFields() function by transforming it into createResultHashMap(). This function creates the HashMap to give as result appropriately. [riak] Removed scan transaction support for strong consistency model. 2i search is not allowed for this model, neither there is a suitable search mean to use to achieve a proper scan transaction. [riak] Done minor fixes to code and comments.
-
Kevin Risden authored
Updated top level README for YCSB 0.8.0 release
-
Chrisjan Matser authored
-
- Apr 12, 2016
-
-
yuyanting authored
-
Sean Busbey authored
[build] Added Oracle JDK 8 to .travis.yml
-
Kevin Risden authored
-
nygard_89 authored
-
nygard_89 authored
[riak] Done some code/comments cleanup.
-
- Apr 11, 2016
-
-
nygard_89 authored
[riak] Removed test unit as it only works with a local cluster installation (there is no Riak test or mock utility). [riak] Packaged into com.yahoo.ycsb.db.riak. [riak] Removed unused dependencies. [riak] Bugfix for update() function that returned positive even with no nodes in the cluster.
-
Sean Busbey authored
[hbase10] Still too many threads #691.
-
- Apr 10, 2016
-
-
Sean Busbey authored
[googlebigtable] Fix #697 by synchronizing on the static Config object
-
Chris Larsen authored
who's address does not change.
-
nygard_89 authored
-
- Apr 09, 2016
-
-
Sean Busbey authored
[hbase098] Add missing `writebuffersize` documentation and note to
-
Sean Busbey authored
[hbase10] Add instructions for testing against Google BigTable's HBase API.
-
Sean Busbey authored
[couchbase2] Add Support for Couchbase SDK 2.x
-
Chris Larsen authored
Eventually it would be nice to move this out into a proper generator with enums to save space, but as users may have extended CoreWorkload and could be using the "operationchooser" field, we'll just break it out into a static function so as to avoid breaking anyone's code.
-
Chris Larsen authored
modify hbase-site.xml
-
Chris Larsen authored
Add documentation on how to use the hbase10 client with Google's Bigtable.
-