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

1066 Коммитов

Автор SHA1 Сообщение Дата
Kevin Risden d47d4d8147 [jdbc] Fix JDBC checkstyle errors.
RedundantThrows is unreliable and latest checkstyle removes it.
https://github.com/checkstyle/checkstyle/issues/5#issuecomment-52593242
2016-09-30 09:34:05 -05:00
Sean Busbey c9d70ba01b [build, core, accumulo, couchbase2, hbase10, orientdb, asynchbase] fixes for jdk9 (#712)
* in couchbase2 work around ReactiveX/RxJava#3824
* accumulo test hangs, so skip tests
* hbase10 and asynchbase test crashes with unknown class version, so skip tests
* orientdb tests fail, so skip
* core jar-with-deps fails, so keep them broken out

fixes #704, fixes #705
2016-09-30 09:00:54 -05:00
Kevin Risden bb9aead693 Merge pull request #837 from xiangcong/azure
[azuretablestorage] Add Azure table storage
2016-09-30 08:12:46 -05:00
Kevin Risden dfe0c641b4 Merge pull request #842 from joshelser/jdbc-fixes
[jdbc] Assorted cleanup/fixes around batching and supporting different databases
2016-09-30 08:02:13 -05:00
Kevin Risden bceba81986 Merge pull request #850 from risdenk/ycsb-495
[cassandra] Increase Cassandra test timeout and add logging for test failures
2016-09-29 17:38:59 -05:00
Kevin Risden 1db823af3c [cassandra] Increase Cassandra test timeout and add logging 2016-09-29 09:22:12 -05:00
Kevin Risden 5f0e9ef1ad Merge pull request #776 from jixuan1989/cassandra-tracing-function
[cassandra] add sigar-dist dependency for maven test on Cassandra 2.2+ and tracing function
2016-09-29 07:59:58 -05:00
Josh Elser 4823a07db5 [core] Treat BATCHED_OK as an acceptable status for insert() 2016-09-28 13:16:49 -04:00
Josh Elser 5dc57b77e0 [jdbc] Separate use of JDBC batch update APIs from autoCommit
Tried to simplify the distinction between using JDBC's addBatch()/executeBatch()
API calls and "batching" updates via autoCommit=false and a manual commit() after
a given number of updates.

Breaks out flavors into their own package to reduce bloat in JdbcDBClient.

Encompasses changes from Enis Soztutar.
2016-09-28 13:16:45 -04:00
Enis Soztutar 74b5080086 Add db.flavor to capture syntax differences among JDBC implementations.
Add Phoenix flavor for Apache Phoenix.
2016-09-28 13:14:45 -04:00
Kevin Risden 1e2667bb1f Merge pull request #852 from risdenk/include_bindings_properties
[packaging] Fix distribution of bindings.properties
2016-09-28 10:39:48 -05:00
Jingjin Zhou 9fae184fcd update according to feedback 2016-09-28 12:49:58 +08:00
hxd ce95547857 [cassandra] add sigar-dist for cassandra 2.2+ test, and tracing function for recording logs 2016-09-28 09:32:10 +08:00
Kevin Risden afe88ce580 [packaging] Fix distribution of bindings.properties 2016-09-27 18:23:43 -05:00
Saint 0c25a3fc08 [cassandra] add sigar-dist dependency for cassandra 2.2+ test. 2016-09-28 00:15:43 +08:00
hxd 6f0d8d0d17 [cassandra] add Sigar 2016-09-27 18:42:57 +08:00
hxd 4e477cef28 [cassandra] add Sigar 2016-09-27 18:38:33 +08:00
hxd 95711df6ec Merge branch 'official-master' into track_official_new 2016-09-27 18:34:01 +08:00
hxd a691e2c87c ? 2016-09-27 18:32:13 +08:00
hxd c00744c6b8 revert to safety version 2016-09-27 18:28:07 +08:00
gkamat a13fc489db Merge pull request #843 from gkamat/update-readme
[release] Update the top level README.md file to point to the 0.11.0 release
2016-09-23 13:07:08 -07:00
Govind Kamat b8c7fa109e [release] Update the top level README.md file to point to the 0.11.0 release. 2016-09-22 17:29:34 -07:00
Stanley Feng 3d08d68c20 Merge pull request #833 from yuyantingzero/datastore-v1
[googledatastore] Upgrade googledatastore API from v1beta3 to v1.
2016-09-22 12:27:21 -07:00
yuyanting 7e2aa44b06 [googledatastore] Upgrade googledatastore API from v1beta3 to v1. 2016-09-14 10:26:02 -07:00
Jingjin Zhou 55c3f39013 Change version from 0.11.0 to 0.12.0 2016-09-01 11:34:20 +08:00
Jingjin Zhou 9a3173a58e [azure table storage] Add azure table storage 2016-09-01 11:26:12 +08:00
Govind Kamat c01fd82ac3 [version] update master to 0.12.0-SNAPSHOT. 2016-08-31 16:23:41 -07:00
gkamat 323fbdeb47 Merge pull request #835 from jasontedor/elasticsearch-2.4.0
[elasticearch] upgrade to version 2.4.0
2016-08-31 16:10:31 -07:00
Jason Tedor c5fee53ad0 [elasticearch] upgrade to version 2.4.0
This commit upgrades the Elasticsearch dependency from version 2.3.4 to
version 2.4.0.
2016-08-31 12:07:20 -04:00
charliemblack 6fddd7cf7d [geode] Update to Apache Geode version 1.0.0-incubating.M3 (#828)
[geode] Update to Apache Geode version 1.0.0-incubating.M3
2016-08-29 12:34:49 -05:00
Machete King 8c39cdffc3 [arangodb] Add ArangoDB Support (#749)
[arangodb] Add ArangoDB Support
2016-08-01 22:52:33 -05:00
kunalsomani 7f20bcbb3f [couchbase2] Added support for ttl in Couchbase2 (#803)
[couchbase2] Added support for ttl in Couchbase2
2016-08-01 09:00:19 -05:00
Peter Lawrey 1286bdde22 Optimise fillBytesImpl so it doesn't trigger an Exception on every byte[] generated. (#815)
* Optimise fillBytesImpl so it doesn't trigger an Exception on every byte[] generated.

* Make the verbose output of BasicDB thread safe.

* Optimise the verbose output of BasicDB when using multiple threads
2016-07-31 14:32:43 -05:00
allanbank 5fb7c5dad6 Merge pull request #804 from busbey/YCSB-798
[mongodb] correct placement of xml header on logback configs.
2016-07-29 18:16:38 -04:00
Saint 825b11a9d5 [cassandra2] add sigar dependency in the test scope and tracing function 2016-07-23 10:36:12 +08:00
Sean Busbey 54f43f4400 Merge pull request #805 from busbey/YCSB-794
Remove deprecated Cassandra clients
2016-07-22 10:20:29 -05:00
Sean Busbey 886ef9c379 [cassandra, cassandra2] rename the cassandra2-cql client to cassandra-cql. 2016-07-19 10:30:38 -05:00
Sean Busbey d7ba922922 [cassandra] remove deprecated cassandra client. 2016-07-19 09:35:25 -05:00
Sean Busbey 0c319021bb [mongodb] correct placement of xml header on logback configs.
closes #798
2016-07-19 09:26:42 -05:00
Jason Tedor 7e34f5fd68 Merge pull request #801 from jasontedor/intellij-ipr
Add additional IntelliJ project file to Git ignore
2016-07-12 15:06:44 -04:00
Sean Busbey fd8adad9cf Merge pull request #791 from busbey/deprecate-old-couchbase
[scripts, couchbase] deprecate the old 'couchbase' client in favor of 'couchbase2'.
2016-07-12 14:04:29 -05:00
Jason Tedor 8a3fb1473e Merge pull request #800 from jasontedor/elasticsearch-modes
Various Elasticsearch improvements
2016-07-12 10:13:59 -04:00
Jason Tedor 1287ab642f
Add additional IntelliJ project file to Git ignore
This commit adds the IntelliJ ipr extension to .gitignore. These project
files are created when running the Maven goal idea:idea.
2016-07-12 10:07:06 -04:00
Jason Tedor 48e24cbffe
[elasticearch] upgrade to version 2.3.4
This commit upgrades the Elasticsearch dependency from version 2.3.2 to
version 2.3.4
2016-07-12 09:59:17 -04:00
Jason Tedor f8072b92a0
[elasticsearch] require path.home in embedded mode
Today when running the Elasticsearch binding in embedded mode, a
temporary directory is used. This can be confusing for running usual
load-then-run style workflows because the temporary directory will not
be the same between runs. Instead, we should just require a directory
when running in embedded mode and this commit makes this the case.
2016-07-12 09:59:17 -04:00
Jason Tedor 9871296717
[elasticsearch] switch test runner to JUnit
This commit switches the Elasticsearch test runner from TestNG to JUnit.
2016-07-12 09:59:16 -04:00
Jason Tedor 4f299b801e
[elasticsearch]: document modes
This commit adds notes to the Elasticsearch documentation outlining the
difference between embedded and remote modes, and adds an example on
using remote mode.
2016-07-12 09:59:06 -04:00
Sean Busbey b62e0d920f Merge pull request #793 from k1xme/fix-bug-jdbc-create
[jdbc]Fix bug in constructing CREATE TABLE SQL statement
2016-07-05 15:49:49 -05:00
Kexi Long 675a9e435b [jdbc] Fix bug in constructing CREATE TABLE SQL statement 2016-07-05 20:28:40 +00:00
Sean Busbey b0a6b8c02a Merge pull request #790 from busbey/rados-missing-from-new-scripts
[scripts] Rados missing from properties file for new platform-specific scripts.
2016-07-05 07:44:09 -05:00