- Dec 20, 2015
-
-
bigbes authored
-
- Nov 09, 2015
-
-
Robert J. Moore 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
-
- 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 21, 2015
-
-
Robert J. Moore authored
-
- Sep 18, 2015
-
-
Connor McCoy authored
Uses an HBase mini-cluster to test the HBase binding.
-
- Sep 16, 2015
-
-
Connor McCoy authored
-
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.
-