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