Граф коммитов

51 Коммитов

Автор SHA1 Сообщение Дата
Kevin Risden afe88ce580 [packaging] Fix distribution of bindings.properties 2016-09-27 18:23:43 -05:00
Govind Kamat c01fd82ac3 [version] update master to 0.12.0-SNAPSHOT. 2016-08-31 16:23:41 -07:00
Machete King 8c39cdffc3 [arangodb] Add ArangoDB Support (#749)
[arangodb] Add ArangoDB Support
2016-08-01 22:52:33 -05:00
Sean Busbey 79b42ad36c [packaging] ensure new ycsb runner scripts are included in distribution tarballs. 2016-06-29 16:59:06 -05:00
Sean Busbey 68dd10c1b4 [version] update master to 0.11.0-SNAPSHOT. 2016-06-21 23:31:56 -05:00
Jaemyoun d6c9bab454 Merged branch master into dev-ceph-rados 2016-05-17 14:42:51 +09:00
Stanley Feng d6f73d3680 [version] update master to 0.10.0-SNAPSHOT. 2016-05-04 20:33:11 -07:00
Chris Larsen b6ae89901e [asynchbase] Add AsyncHBase as an alternative to the default HBase client.
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.
2016-04-17 14:25:11 -07:00
nygard_89 5ded6ede6f Merge remote-tracking branch 'origin/master' 2016-04-14 17:50:58 +02:00
Sean Busbey f1dac4d8be Merge pull request #683 from couchbaselabs/couchbase2
[couchbase2] Add Support for Couchbase SDK 2.x
2016-04-10 01:31:41 -05:00
nygard_89 7492500497 [riak] New YCSB binding for Riak.
The binding is based on the one created by Basho Technologies (available at https://github.com/basho-labs/YCSB/tree/master/riak).
[riak] Made compatible with the latest YCSB version.
[riak] Added strong consistency test support and made it default.
[riak] Added missing results return based on provided fields in scan/read functions.
[riak] Added TIME_OUT status return code for those transactions which take too long to complete.
[riak] Added flexible test parameter specification via customizable configuration file and command line options support.
[riak] Added test unit.
[riak] Removed unused Constants.java file.
[riak] Removed many unused function in the RiakUtils.java file.
[riak] 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.
[riak] Fixed license issues in all files.
[riak] Done some refinements to the code.
2016-04-09 23:29:46 +02:00
Chris Larsen 71f00d1fe3 [googlebigtable] Add a Google Bigtable binding for testing load using
the native Protobuf GRPC based API.
2016-04-09 10:48:29 -07:00
Michael Nitschinger f64194ba25 [couchbase2] Add Support for Couchbase SDK 2.x 2016-04-07 10:19:19 +02:00
Jaemyoun f599da7beb Merge remote-tracking branch 'refs/remotes/brianfrankcooper/master' into dev-ceph-rados 2016-04-05 10:20:25 +09:00
Chrisjan Matser d4e3f60c29 [version] update master to 0.9.0-SNAPSHOT. 2016-04-01 21:58:48 -07:00
Jaemyoun e748b42a9f Add rados module into distribution module 2016-03-26 18:54:18 +09:00
Kevin Risden 393c611879 [version] update master to 0.8.0-SNAPSHOT. 2016-02-16 07:34:02 -06:00
Swapnil Bawaskar 675b0fd021 Merge remote-tracking branch 'upstream/master'
Conflicts:
	bin/ycsb
        geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java
	pom.xml
2016-02-10 15:01:14 -08:00
Sean Busbey 9520ff2390 Merge pull request #493 from allanbank/nosqldb-cleanup
Nosqldb re-added to the build and checkstyle cleanup
2016-01-25 23:52:47 -06:00
ghaughian fc7cc57151 [solr] adding support for Apache Solr
updating readme

updating package info

perfecting logic for http solr clients for all operations

renamed properties, tested cloud mode and cleaned code

removed dependency on dynamic field names, updated readme

now enforcing checkstyle

adding solr artifact

removing test cases relying on external dependencies

removed unused maven dependencies, added batch mode support, all try blocks now catch eplicit exceptions, Query/UpdateResponse status codes are handled more granularly, updated readme, added sample schema.xml file to support default field names in ycsb client, updated all license headers to 2016, using SolrClient object as primary client type regardless if Solr is running in Cloud or Stand-alone mode

cleaned code and config files, now accepting a solr base url property, simplified sample schema.xml file, renamed class to SolrClient, now updating documents atomically, added batch support to delete method

updated new line spacing of pom file comments

removed sample schema file, updated readme with more indepth explanation on running/setting up the solr-binding

removed some code lines no longer in use

renamed zookeeper param name, now throwing caught exceptions where appropriate, debug messages are now being logged on stderr

now returning an appropriate error if we receive an unexpected response from solr server, repeated calls to getResults is no longer

now using singletonMap to store update params in, fixed typo and missing id field in sample config in README
2016-01-12 18:34:58 +00:00
bigbes 253e6bb393 [version] update master to 0.7.0-SNAPSHOT. 2015-12-20 19:44:51 +03:00
Misha Brukman d4b1d247a3 [memcached] Added memcached binding.
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.
2015-12-10 13:23:59 -05:00
Sean Busbey ff25df0f6f Revert "Revert "added S3 storage binding""
This reverts commit 0e5866eb60.

Restores #372
2015-11-24 23:08:33 -06:00
Stanley Feng 8cc2a64132 [googledatastore] Initial commit of the Google Datastore Client
Add a DB client for Google Cloud Datastore. This initial commit includes implementation of all CRUD operations (modulo scan), and integration into the rest of YCSB (pom.xml changes, etc)

Next few commits will include Scan/query support, single entity group support, and better documentation.
2015-11-14 19:56:23 -08:00
Robert J. Moore 55b7a39130 [nosqldb] Update the NoSQL DB to use the driver from Maven Central and
re-enable in the build.

Updated the binding to use the new Status class.
2015-11-08 20:34:01 -05:00
Connor McCoy b116ee5a78 [version] update master to 0.6.0-SNAPSHOT. 2015-11-03 20:10:06 -08:00
Elliott Clark 12bbb27d98 Add posix compatibility to distribution. 2015-11-02 16:23:10 -08:00
Jean-Daniel Cryans 81c332158e Add Kudu bindings
Currently doesn't include unit tests since we don't have mock objects for that.
2015-10-22 11:05:02 -07:00
Robert J. Moore 1eadd68c63 [version] update master to 0.5.0-SNAPSHOT. 2015-09-21 19:42:39 -04:00
Connor McCoy 7df83eaa09 [hbase] Separate hbase094, hbase098, hbase10 bindings.
HBase 0.94 requires an additional dependency on hadoop-core, but has no
source-level changes to the client.
2015-09-16 09:23:29 -07:00
Connor McCoy d0f8423e0c [hbase] Separate HBase v0.9x and v1.x bindings
hbase/ now contains the HBase v0.9 binding code.
hbase1/ now contains the HBase 1.0 binding code.
2015-09-16 09:23:29 -07:00
Swapnil Bawaskar c8ef6b922a Since GemFire is now incubating as Apache Geode renamed the GemFire driver. 2015-08-14 11:29:39 -07:00
Govind Kamat 25502287c5 [licensing] Added ASLv2 headers to files without them. 2015-08-07 10:49:16 -07:00
Govind Kamat 935efc6458 [version] update master to 0.4.0-SNAPSHOT. 2015-07-17 18:48:42 -07:00
Connor McCoy 7195b6c95a Merge pull request #324 from tlopatic/master
[aerospike] Support Aerospike.

Closes #113.
2015-07-01 08:27:54 -07:00
Sean Busbey 77541a9e28 [packaging] remove CHANGELOG
YCSB now tracks what's in a given release using release notes.

ref:
https://github.com/brianfrankcooper/YCSB/releases
2015-06-28 00:46:25 -05:00
Thomas Lopatic 35df165ce9 Add support for Aerospike. 2015-06-25 15:37:17 +05:30
Sean Busbey 9c80044e99 [version] update master to 0.3.0-SNAPSHOT.
As a part of branching to stage 0.2.0 release in #266, set version
for continued development on master branch.
2015-06-19 01:13:13 -05:00
Sean Busbey 41ed6795d2 [voldemort] disable voldemort pending maven accessible artifacts.
closes #297
2015-06-18 00:58:04 -05:00
Sean Busbey 195d6e861c [packaging] refactor packaging to avoid fat-jars.
* remove unused declared deps in a few places
* lex sort modules in top level pom
* update maven plugin versions.
* no more jar-with-dependencies
* set ycsb-core to provided in bindings
* introduce a bindings-parent pom that sets
** stage dependency copy on building binding
** iff binding has a README.md, build a binding-specific dist artifact
* update distribution assembly to
** properly build after modules
** use per-binding sets of dependencies

closes #250
2015-06-17 12:29:36 -05:00
Sean Busbey 083db1714c [version] update to 0.2.0-SNAPSHOT.
* Need a SNAPSHOT version because non-SNAPSHOT is reserved for actual releases.
* Increment minor version per pre-1.0 guidelines from the Version Numbers guide

Fixes #236.
2015-05-27 01:15:36 -05:00
Michi Mutsuzaki 2e57c546cb gh-66 reorganize directory structure 2012-02-21 11:40:21 -08:00
m1ch1 d253f45d9c gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
m1ch1 7b517f6e8b gh-66 include readme and changelog in distribution 2012-02-20 18:04:20 -08:00
m1ch1 2dfbfb2c68 gh-66 move nosqldb to maven 2012-02-19 18:16:22 -08:00
m1ch1 69043d37d9 gh-66 added gemfire. 2012-02-19 01:05:07 -08:00
m1ch1 c895c64147 gh-66 small fixes 2012-02-18 22:28:56 -08:00
m1ch1 e01068a989 gh-66 detect ycsb home using CHANGELOG 2012-02-18 18:48:24 -08:00
m1ch1 d870ffa66e gh-66 fixed a maven warning. added a ycsb run script. 2012-02-18 17:07:33 -08:00
Hariprasad Kuppuswamy 8329a5a4b6 Cleaned up the binding jar which got included unintentionally. 2012-02-17 11:44:01 +01:00