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 2013/11/06 23:32:43 UTC

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

Hi all,

I have just released HappyBase 0.7. This release adds support for
controlling the Write-Ahead Log (WAL) in various parts of the API.

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





    — Wouter

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

Posted by Wouter Bolsterlee <uw...@xs4all.nl>.
Hi,

Yes, this is already in the development version that will lead to 0.8.
For now only sorted columns support for scans has been added after the
0.7 release. See http://happybase.readthedocs.org/en/latest/news.html
for the work in progress.

Btw, I don't read this mailing list regularly. Please file
questions/issues on Github to discuss HappyBase. Thanks!

    — Wouter


Ted Yu schreef op wo 06-11-2013 om 14:55 [-0800]:
> From happybase/connection.py :
> 
> COMPAT_MODES = ('0.90', '0.92', '0.94')
> 
> 0.96.0 has been released.
> Is there plan to add 0.96 to accepted modes ?
> 
> Cheers
> 
> 
> On Wed, Nov 6, 2013 at 2:32 PM, Wouter Bolsterlee <uw...@xs4all.nl> wrote:
> 
> > Hi all,
> >
> > I have just released HappyBase 0.7. This release adds support for
> > controlling the Write-Ahead Log (WAL) in various parts of the API.
> >
> > 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
> >
> >
> >
> >
> >
> >     — Wouter
> >

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

Posted by Ted Yu <yu...@gmail.com>.
>From happybase/connection.py :

COMPAT_MODES = ('0.90', '0.92', '0.94')

0.96.0 has been released.
Is there plan to add 0.96 to accepted modes ?

Cheers


On Wed, Nov 6, 2013 at 2:32 PM, Wouter Bolsterlee <uw...@xs4all.nl> wrote:

> Hi all,
>
> I have just released HappyBase 0.7. This release adds support for
> controlling the Write-Ahead Log (WAL) in various parts of the API.
>
> 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
>
>
>
>
>
>     — Wouter
>