- 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>
-
Robert Kubis authored
Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
Jason Tedor authored
The comments were incorrectly referring to ElasticsearchClient but they should be referring to ElasticsearchRestClient instead.
-
Jason Tedor authored
This commit removes an unrelated POM change for the original (Elasticsearch 2) binding.
-
Jason Tedor authored
This commit wraps the usage of a content builder in a try-with-resources block to ensure that it is correctly closed.
-
Jason Tedor authored
This commit changes the name of a property, es.newdb, to es.new_index as this is more consistent with the terminology used in Elasticsearch.
-
Jason Tedor authored
This commit removes some unnecessary logging statements for the elasticsearch5 and elasticsearch5-rest bindings.
-
Jason Tedor authored
This commit sets the log of the internal transport client used in the Elasitcsearch 5 binding to use standard error instead of standard out.
-
Jason Tedor authored
This commit reverts some unrelated changes to POMs for other bindings, perhaps made inadvertently while merging master into a development branch.
-
Jason Tedor authored
This commit adds some basic formatting to the transport client logs for the transport client used in the Elasticsearch 5 binding.
-
- Aug 08, 2017
-
-
Jason Tedor authored
This commit sets the Elasticsearch 5 binding to only use the elasticsearch-maven-plugin if tests are running on JDK 8.
-
Jason Tedor authored
This commit updates the Elasticsearch 5 binding docs to include references for starting Elasticsearch 5, how to configure the transport client, and how to use the low-level REST client binding.
-