- May 11, 2018
-
-
stutiredboy authored
* update mongodb-java-driver to latest 3.6.3 * add snappy for mongodb networkCompressor support
-
- Apr 19, 2018
-
-
Sean Busbey authored
- module previously had an undeclared dependency on guava - removed VisibleForTesting in favor of a comment - removed Preconditions.checkNotNull in favor of NPE through use closes #1136
-
- Mar 27, 2018
-
-
Dan Smith authored
* Geode 1.3 changed some of it's internals. The geode binding was using an internal Geode class which means it won't compile against later versions of geode. * Based on review comments, leaving the geode version alone and adding documentation to the README on how to change the version. * Removed incubating from the geode name and website in README, because geode is no longer incubating.
-
- Mar 26, 2018
-
-
Sean Busbey authored
-
- Mar 23, 2018
-
-
Ivan Sopov authored
-
Sean Busbey authored
[hbase098, hbase10, hbase14, hbase20] HBase client updates
-
- Mar 22, 2018
-
-
Sean Busbey authored
-
Sean Busbey authored
-
Sean Busbey authored
-
- Mar 19, 2018
-
-
Clemens Lieb authored
* [core] Drop JDK 7 Support Sets compiler target to 1.8 Additionally removes openjdk7 from travis build-matrix Fixes #1033 Additionally includes lexicographic reordering of binding-dependency properties in root pom * [core] introduce baseclass for timeseries database bindings This base-class parses the queries generated by TimeSeriesWorkload into a format that's usable for simple consumption. The format has been defined through the work done by Andreas Bader (@baderas) in https://github.com/TSDBBench/YCSB-TS. * [core] parse debug and test properties for all Timeseries databases * [core] Add method to define possible tagKeys for Timeseries Workloads Some TimeSeries Databases require a "schema" up front. To generate said schema, the tag keys used by the workload are required. This method should be centrally available for maintainability * [core] Provide default implementation for operation TimeSeries databases only rarely support deleting data. As such we can generally assume the operation to always return a Status.NOT_IMPLEMENTED. Similarly to updating that trivial implementation does not need to be repeated in every TimeSeriesDatabase implementation * [core] Address review This adds a copyright header and significant amounts of javadoc for TimeseriesDB Furthermore occurrences of Long have been largely replaced with the primitive long Finally an overload for signed integer values has been added for insertions
-
- Feb 06, 2018
-
-
El Dorado131 authored
When the TimeSeriesWorkload was run with fieldcount=1 and tagcount=1 and tagcardinality=1 the data generated always had the same timestamp. This commit fixes this behavior by forcing a tag rollover when there is only one tag. (#1091)
-
- Dec 02, 2017
-
-
hinchliff authored
-
- Oct 07, 2017
-
-
Sean Busbey authored
Switch Accumulo into multiple modules, one per minor release
-
- Oct 02, 2017
-
-
Robert Kubis authored
-
- Oct 01, 2017
-
-
Sean Busbey authored
[accumulo, accumulo1.6, accumulo1.7, accumulo1.8] switch Accumulo to minor version specific bindings. * break out accumulo modules * add deprecation warning * switch travis to use short hostname to get around long hostname error.
-
- Sep 22, 2017
-
-
Sean Busbey authored
closes #787
-
Sean Busbey authored
-
- Sep 21, 2017
-
-
Sean Busbey authored
-
Sean Busbey authored
* remove mapkeeper and voldemort from command help, since we don't build them * fix ordering of modules in root pom closes #328
-
Chris Larsen authored
* [hbase10] Fix #701 by mimicking the same locks from the HBase 0.98 client in the HBase 10 client. * Address CR comments, thanks @allanbank. * Addressed the table lock. * Restore the lock on the connection shutdown.
-
- Sep 19, 2017
-
-
Chris Larsen authored
Also addressed @jasontedor review, thanks!
-
Chris Larsen authored
-
Chris Larsen authored
-
Chris Larsen authored
[core] Change the RemainingFormatter to reflect non-plural times, fix…
-
Chris Larsen authored
NOTE if you parse the standard out of YCSB, you'll be missing the "s" sometimes.
-
- Sep 16, 2017
-
-
Kevin Risden authored
-
Chris Larsen authored
the existing YCSB API to generate time series data (numeric values associated with timestamps). See the TimeSeriesWorkload.java class Javadocs for details on how to use it with a client and workloads/tsworkload_template for parameters. Also add the BasicTSDB instance for printing/debugging the workloads.
-
haih-g authored
* Google Datastore to use default credentials. * Google Datastore to skip Index.
-
Kevin Risden authored
* Add oraclejdk9 to .travis.yml * Upgrade maven-compiler-plugin * Exclude jdk.tools from hadoop dependency
-
- Sep 10, 2017
-
-
Kevin Risden authored
-
- Sep 09, 2017
-
-
Sean Busbey authored
* Set minimum maven version to 3.1.0+, due to reqs for ES testing * remove oracle jdk7 per travis-ci/travis-ci#7884 * Skip ES5 cluster spin-up if tests are skipped. * Increase test heap for asynchbase binding from Travis 2048m to 4096m - https://docs.travis-ci.com/user/build-environment-updates/2017-09-06/ * temporarily remove the riak service on travis - currently fails w/o details - http://docs.basho.com/ fails to load, so I can't spin up a test node locally.
-
- Sep 07, 2017
-
-
Boris Osher authored
closes #994
-
- Aug 10, 2017
-
-
Jason Tedor authored
[elasticsearch,elasticsearch5] Add Elasticsearch 5.x binding
-
Jason Tedor authored
This commit removes an extraneous newline from ElasticsearchRestClient.java.
-
Jason Tedor authored
This commit replaces some magic numbers (HTTP status codes) with already-existing constants for this purpose.
-
Jason Tedor authored
This commit marks a field intended to be treated as a constant as final.
-
Jason Tedor authored
This commit removes duplicate test code from the elasticsearch5 and elasticsearch5-rest test classes.
-
- Aug 09, 2017
-
-
Chris Larsen authored
timestamps in a non-repeating random order. Modify UnixEpochTimestampGenerator so that the random generator can extend it. Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
Chris Larsen authored
the number of unique combinations of tables, keys and fields per database operation. This is useful for tracking distributions. Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
Chris Larsen authored
for passing to db implementations as an abstraction on the byte array itorator. Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-