- 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
-
- 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 16, 2015
-
-
Connor McCoy authored
HBase 0.94 requires an additional dependency on hadoop-core, but has no source-level changes to the client.
-