nygard_89
ba72c9a342
Added new binding for Riak, based on the one created by Basho Technologies (available at https://github.com/basho-labs/YCSB/tree/master/riak ).
...
Change made to the original version:
- Made compatible with the latest YCSB version.
- Removed unused Constants.java file.
- Added strong consistency test support.
- Done some refinements to the code.
- Removed many unused function in the RiakUtils.java file.
- Choosed to use executeAsync methods to resolve a bug that didn't allow the benchmark to end whenever one or more nodes of the cluster are killed.
- Added TIME_OUT status return code.
To do:
- Add different LOG errors (i.e. insufficient_vnodes_available, ring_not_ready, etc.) - for references, check page http://docs.basho.com/riak/latest/ops/running/recovery/errors/#Errors-and-Messages
- ...
2016-04-06 23:36:46 +02:00
yuyanting
94e5d6fd1e
[googledatastore] Update README.md for googledatastore.
2016-04-06 10:48:26 -07:00
yuyanting
445c895947
[googledatastore] Update googledatastore API version to v1beta3.
2016-04-05 14:41:59 -07:00
Jaemyoun
2556a4781c
changing parent version
2016-04-05 10:32:52 +09:00
Jaemyoun
f599da7beb
Merge remote-tracking branch 'refs/remotes/brianfrankcooper/master' into dev-ceph-rados
2016-04-05 10:20:25 +09:00
Jaemyoun
93e4e7fec6
Merge remote-tracking branch 'refs/remotes/brianfrankcooper/master' into dev-ceph-rados
2016-04-05 10:04:34 +09:00
Jaemyoun
fdbc0d2ac9
fix bugs
2016-04-05 00:42:57 +09:00
Chrisjan Matser
d4e3f60c29
[version] update master to 0.9.0-SNAPSHOT.
2016-04-01 21:58:48 -07:00
Sean Busbey
6d2f9031f3
Merge pull request #669 from busbey/update-cassandra-driver
...
Update cassandra2-cql driver to only run tests on jdk8
2016-03-30 07:54:20 -05:00
Sean Busbey
c44906c98e
Merge pull request #673 from busbey/pr-127
...
[cassandra] properly clear cached containers.
2016-03-30 07:53:16 -05:00
root
c39e96d2c2
Added zeropadding parameter for specifing the number of 0s to left pad the recordnumber. Usefull when using string sort order
...
Added insertstart and insertcount parameters to run in parallel
2016-03-26 09:51:01 -04:00
Dani
843a04aad1
Introduce paralelism for run, similar to load, using insertstart and insertcount parameters
...
Introduce an "ordered" distribution which uses sequential numbers
2016-03-26 09:50:10 -04:00
Jaemyoun
043c968843
Downgraded rados-java to 0.2.0 from 0.3.0-SNAPSHOT
2016-03-26 19:55:07 +09:00
Jaemyoun
e748b42a9f
Add rados module into distribution module
2016-03-26 18:54:18 +09:00
Jaemyoun
6fd0a59785
add a file header with licensing info
2016-03-26 17:28:34 +09:00
Jaemyoun
1d9d71f719
fix Readme.md
2016-03-26 17:25:41 +09:00
Jaemyoun
f7d03b01e5
set the version properties into the pom for rados
2016-03-26 17:18:30 +09:00
Sean Busbey
63956fbbad
[cassandra] properly clear cached containers.
...
clear containers before we use them rather than after, so that in the case of
exceptions we can recover.
closes #127
2016-03-26 01:57:28 -05:00
Sean Busbey
b5c38b29a2
[cassandra2] switch to maven profile to skip tests under jdk7.
2016-03-25 02:01:11 -05:00
Muhammed Uluyol
1aa8c33bd4
[cassandra2] Only test on Java 8+
2016-03-24 23:12:41 -04:00
Sean Busbey
f25f26f5e8
Merge pull request #652 from zx-zheng/s3_close_s3object
...
[S3] Close opened S3Object
2016-03-21 23:45:59 -05:00
Zheng Zhongxiang
912a956d68
[S3] Close S3object in readFromStorage
2016-03-22 13:23:41 +09:00
Sean Busbey
b21a3bfd04
Merge pull request #651 from manolama/hbase10_init
...
[hbase10] Fix the init() method to properly construct a single…
2016-03-21 14:12:40 -05:00
Chris Larsen
4cad8583cf
[hbase10] Fix the init() method to properly construct a single Connection
...
object. Previously N objects were instantiated because the method didn't
check to see if the connection was null.
2016-03-21 11:56:38 -07:00
Jaemyoun
e5295dd9fa
remove unnecessary comments
2016-03-21 18:45:32 +09:00
Jaemyoun
2bf107f9bc
modify README.md
2016-03-21 18:41:22 +09:00
Jaemyoun
cb8d34bf26
fix JSONObject bug
2016-03-21 18:29:28 +09:00
Sean Busbey
3b8c06d862
Merge pull request #656 from manolama/tsgen
...
[core] Add a UnixEpochTimestampGenerator
2016-03-21 00:52:30 -05:00
Jaemyoun
43fd0ea0fd
modify to use parameters as getProperty()
2016-03-21 14:47:05 +09:00
Jaemyoun
17a6cf8175
Add Readme.md
2016-03-21 14:46:21 +09:00
Chris Larsen
8862c119d4
[core] Add the UnixEpochTimestampGenerator for generating a series of timestamps.
2016-03-20 22:15:59 -07:00
Sean Busbey
afb90c3019
Merge pull request #647 from risdenk/pr-481
...
[dynamodb] Checkstyle updates for DynamoDB.
2016-03-20 23:56:59 -05:00
Sean Busbey
280a2d1852
Merge pull request #648 from risdenk/pr-483
...
[geode] Checkstyle updates for Apache Geode (incubating)
2016-03-20 23:52:27 -05:00
Sean Busbey
f23aa0ecca
Merge pull request #649 from risdenk/pr-491
...
[tarantool] Checkstyle updates for the Tarantool binding.
2016-03-20 23:51:24 -05:00
Sean Busbey
215f7230f0
Merge pull request #650 from risdenk/pr-487
...
[infinispan] Checkstyle updates for the Infinispan binding.
2016-03-20 23:50:14 -05:00
Sean Busbey
4d44594814
Merge pull request #657 from manolama/utils
...
[core] Add byte to double and long conversion methods to Utils.
2016-03-20 23:35:11 -05:00
Chris Larsen
ac765721b6
[core] Add byte to double and long conversion methods to Utils.
...
These will be used for #653 to write timestamps and numeric values
to the ByteIterator maps.
2016-03-20 18:52:32 -07:00
Muhammed Uluyol
0965558a7f
[cassandra2] Update cassandra-unit
2016-03-19 18:27:50 -04:00
Muhammed Uluyol
f4e7a3721f
[cassandra2] Update to use the new driver version
...
Fixes #612 .
2016-03-19 18:27:45 -04:00
Jaemyoun
661a76d180
first completing rados-binding
2016-03-13 17:34:56 +09:00
Jaemyoun
a75f602db1
add files
2016-03-11 17:41:44 +09:00
Jaemyoun
4a4e15b3bf
initial commit for rados binding
2016-03-11 17:41:00 +09:00
Zhongxiang Zheng
35c02df825
[S3] Close opened S3Object
...
S3Object opened in getS3ObjectAndMetadata() should be closed.
2016-03-11 00:05:00 +09:00
Robert J. Moore
a15b364361
[dynamodb] Checkstyle updates for DynamoDB.
2016-03-08 16:43:55 -06:00
Robert J. Moore
bed36157e5
[infinispan] Checkstyle updates for the Infinispan binding.
2016-03-08 15:56:51 -06:00
Robert J. Moore
6d03c8fac4
[tarantool] Checkstyle updates for the Tarantool binding.
2016-03-08 15:44:04 -06:00
Kevin Risden
432e9581d6
Merge pull request #486 from allanbank/hypertable-cleanup
...
[hypertable] Checkstyle updates for the Hypertable binding.
2016-03-08 15:25:57 -06:00
Robert J. Moore
fa281eb5bb
[geode] Checkstyle updates for Apache Geode (incubating)
2016-03-08 15:16:07 -06:00
Kevin Risden
d329ed4cb5
Merge pull request #644 from jasontedor/elasticsearch-cleanup
...
Elasticsearch cleanup and version bump to 2.2.0
2016-03-08 08:54:47 -06:00
Jason Tedor
94ce17cd72
[elasticsearch] Fix Elasticsearch name in README
...
This commit fixes the Elasticsearch name in the README file for the
Elasticsearch project from "ElasticSearch" to "Elasticsearch".
2016-03-07 12:50:52 -05:00