- 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
-
- Sep 21, 2017
-
-
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.
-
- 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>
-
- Jan 31, 2017
-
-
Kevin Risden authored
-
- Apr 08, 2016
-
-
stack authored
Fix broken synchronization meant to guard against over-creation of cluster connection instances on startup when multiple threads.
-
- Mar 21, 2016
-
-
Chris Larsen authored
object. Previously N objects were instantiated because the method didn't check to see if the connection was null.
-
- Feb 13, 2016
-
-
Youngjoon Kim authored
-
- Jan 27, 2016
-
-
Biju Nair authored
-
- Jan 22, 2016
-
-
Biju Nair authored
-
- Dec 27, 2015
-
-
Kirill Vlasov authored
[cassandra cassandra2 dynamodb hbase098 hbase10 jdbc s3] Fixing squid:S1481 - Unused local variables should be removed
-
- Nov 09, 2015
-
-
Robert J. Moore authored
-
- Nov 03, 2015
-
-
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
-
- Oct 14, 2015
-
-
Robert J. Moore authored
Fixes #438
-
- Oct 13, 2015
-
-
Connor McCoy authored
-
- Sep 24, 2015
-
-
Connor McCoy authored
Via `hbase.usepagefilter`
-
Connor McCoy authored
Other bindings limit the number of results retrieved from the server. The HBase bindings just close the scanner once they have received the desired number of records. Adding a PageFilter matches the behavior of other bindings, and may improve performance.
-
- Sep 18, 2015
-
-
Connor McCoy authored
Uses an HBase mini-cluster to test the HBase binding.
-
- Sep 16, 2015
-
-
Connor McCoy authored
Remove deprecated methods: Put.add -> Put.addColumn. KeyValue -> Cell.
-
Connor McCoy authored
HBase 0.94 requires an additional dependency on hadoop-core, but has no source-level changes to the client.
-