You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Robert Gonzalez <go...@maxpointinteractive.com> on 2011/01/21 23:30:00 UTC

LZO compression

A second thing we are doing is going to LZO compression from GZ.  We can't tell
from the lzo web page: http://wiki.apache.org/hadoop/UsingLzoCompression ,
whether the HBase lzo is independent of the hadoop lzo, or does lzo have to be
installed at the hadoop level as well.  Anyone here know?  It would be nice if
only the Hbase part was required, as the hadoop install of lzo seems to add
quite a bit of complexity.

Thanks,

Robert Gonzalez



Re: LZO compression

Posted by Ryan Rawson <ry...@gmail.com>.
We use some of the same interfaces, but your native and non libraries
have to be in $HBASE_HOME/lib/native etc

-ryan

On Fri, Jan 21, 2011 at 2:30 PM, Robert Gonzalez
<go...@maxpointinteractive.com> wrote:
> A second thing we are doing is going to LZO compression from GZ.  We can't tell
> from the lzo web page: http://wiki.apache.org/hadoop/UsingLzoCompression ,
> whether the HBase lzo is independent of the hadoop lzo, or does lzo have to be
> installed at the hadoop level as well.  Anyone here know?  It would be nice if
> only the Hbase part was required, as the hadoop install of lzo seems to add
> quite a bit of complexity.
>
> Thanks,
>
> Robert Gonzalez
>
>
>