- 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.
-