You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Wouter Bolsterlee <uw...@xs4all.nl> on 2014/02/25 21:31:41 UTC

[announce] HappyBase 0.8, a developer-friendly Python library for HBase

Hi all,

I have just released HappyBase 0.8. This release adds support for
retrieving columns in sorted order in scans, and fixes an issue
with scanner filters and scan batching.

Release notes:

  http://happybase.readthedocs.org/en/latest/news.html

Documentation:

  http://happybase.readthedocs.org/

Source code:

  https://github.com/wbolster/happybase

Python Package Index (PyPI):

  http://pypi.python.org/pypi/happybase/

Installation:

  $ pip install happybase

Please try it out, and make sure to report any issues on Github. Patches
are also most welcome!

    — Wouter

Re: [announce] HappyBase 0.8, a developer-friendly Python library for HBase

Posted by Ted Yu <yu...@gmail.com>.
There seems to be typo in the exception message below:

        if sorted_columns and self.connection.compat < '0.96':
            raise NotImplementedError(
                "'sorted_columns' is not supported in HBase >= 0.96")

Cheers


On Tue, Feb 25, 2014 at 12:31 PM, Wouter Bolsterlee <uw...@xs4all.nl> wrote:

> Hi all,
>
> I have just released HappyBase 0.8. This release adds support for
> retrieving columns in sorted order in scans, and fixes an issue
> with scanner filters and scan batching.
>
> Release notes:
>
>   http://happybase.readthedocs.org/en/latest/news.html
>
> Documentation:
>
>   http://happybase.readthedocs.org/
>
> Source code:
>
>   https://github.com/wbolster/happybase
>
> Python Package Index (PyPI):
>
>   http://pypi.python.org/pypi/happybase/
>
> Installation:
>
>   $ pip install happybase
>
> Please try it out, and make sure to report any issues on Github. Patches
> are also most welcome!
>
>     -- Wouter
>