- Sep 21, 2017
-
-
Sean Busbey authored
-
- Sep 16, 2017
-
-
Kevin Risden authored
* Add oraclejdk9 to .travis.yml * Upgrade maven-compiler-plugin * Exclude jdk.tools from hadoop dependency
-
- Aug 05, 2017
-
-
Kirill Vlasov authored
[core] Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList". (manolama - updated bindings added since the PR) Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
- Apr 06, 2017
-
-
Josh Elser authored
* Expand on the README, covering table creation and best-practices for table config * Avoid unnecessary Text object creations (in loops and instead of byte[] usage) * Use a ConcurrentHashMap to better match the DB API * Fix error messages and always call printStackTrace() on exceptions * Use BATCHED_OK instead of OK in insert() (more correct)
-
- Nov 18, 2016
-
-
Kevin Risden authored
-
- Sep 30, 2016
-
-
Sean Busbey authored
* 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
-
- Sep 27, 2016
-
-
hxd authored
-
- Aug 31, 2016
-
-
Govind Kamat authored
-
- Jun 21, 2016
-
-
Sean Busbey authored
-
- May 04, 2016
-
-
Stanley Feng authored
-
- Apr 01, 2016
-
-
Chrisjan Matser authored
-
- Feb 22, 2016
-
-
Sean Busbey authored
The Accumulo tests don't properly initialize their mini cluster on windows, so skip the tests entirely in that environment. closes #617
-
Kevin Risden authored
-
- Feb 21, 2016
-
-
Sean Busbey authored
The Accumulo tests don't properly initialize their mini cluster on windows, so skip the tests entirely in that environment. closes #617
-
- Feb 16, 2016
-
-
Kevin Risden authored
-
- Jan 27, 2016
-
-
Sean Busbey authored
- define checkstyle configs in as few places as possible - use checkstyle:check since it has defaults that match what we want (fail after logging to console) - modules that have current failures set property checkstyle.failOnViolation to false.
-
- Jan 24, 2016
-
-
Sean Busbey authored
-
Sean Busbey authored
closes #340
-
Sean Busbey authored
-
Sean Busbey authored
-
- Jan 03, 2016
-
-
Sean Busbey authored
-
- Dec 31, 2015
-
-
Kirill Vlasov authored
[core accumulo couchbase memcached] Fixing squid:S1155 - Collection.isEmpty() should be used to test for emptiness
-
- Dec 20, 2015
-
-
bigbes authored
-
- Nov 03, 2015
-
-
Connor McCoy authored
-
Connor McCoy authored
Replaces numeric status codes with a canonical set of Status objects, each with a short name and description. Bindings with more specific errors (e.g., timeouts) return additional statuses. This changes the default output from messages like: [UPDATE], Return=0, 511 To: [UPDATE], Return=OK, 511
-
Connor McCoy authored
-
- Nov 02, 2015
-
-
Robert J. Moore authored
-
- Nov 01, 2015
-
-
Robert J. Moore authored
Again, a lot of whitespace changes and the normal checkstyle type errors. 2 items of note: 1. Deprecated QueueElement since it is not used. 2. Moved some of the exception handling to common locations to remove empty catch blocks.
-
- Sep 21, 2015
-
-
Robert J. Moore authored
-
- Aug 07, 2015
-
-
Govind Kamat authored
-
- Jul 17, 2015
-
-
Govind Kamat authored
-
- Jun 18, 2015
-
-
Sean Busbey authored
As a part of branching to stage 0.2.0 release in #266, set version for continued development on master branch.
-
- Jun 17, 2015
-
-
Sean Busbey authored
* 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
-
- May 26, 2015
-
-
Sean Busbey authored
* 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.
-
- May 01, 2014
-
-
Mike Drob authored
* Increment Accumulo Version to 1.6.0 * Fix accumulo dependency versions - Harmonize guava version for Accumulo. - Automatically manage slf4j version. * Clean up depr. code * Clean up return codes and error logging
-
Sean Busbey authored
Make the batchwriter's number of threads configurable.
-
Bill Havanki authored
clean up dead code in client.
-
Mike Drob authored
* set .gitignore to standard eclipse * update versions of Accumulo to 1.4.4 * Pin slf4j binding to 1.5.8 Accumulo, Thrift, and YCSB all use different versions of slf4j, causing runtime issues because everything is bundled together. Pin the version to something in the middle that seems to work, even if it's not the latest and greatest version.
-
Bill Havanki authored
-
Jonathan M Hsieh authored
Based on YCSB++ http://www.pdl.cmu.edu/ycsb++/
-