- 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.
-
Jason Tedor authored
This commit fixes issues with the Elasticsearch 5 transport client and REST client bindings so that all tests pass.
-
Jason Tedor authored
This commit is a straightforward code cleanup of the Elasticsearch 5 transport client and REST client implementations.
-
Jason Tedor authored
This commit is an initial cut at a complete implementation using the low-level Elasticsearch REST client.
-
Jason Tedor authored
This commit fixes a bug in the Elasticsearch 5 transport client binding. Namely, the update method was not indexing using the ID of the read document, but instead the provided key. As auto-generated IDs are used, this is a mistake as this is not the ID of the document. This commit fixes this issue. Additionally, the type is passed to the search method and used in searches. While this is not a correctness issue per se, we fix it for clarity.
-
- Aug 07, 2017
-
-
Jason Tedor authored
We can remove the path.home setting for the Elasticsearch 5 binding for the transport client so this commit does that.
-
Jason Tedor authored
This commit refactors the indexing of documents in the Elasticsearch 5 binding to use auto-generated IDs, instead indexing the key field as a dedicated field rather than using it as the ID. This enables us to implement scan functionality which we add in this commit as well.
-