You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ryan rawson (JIRA)" <ji...@apache.org> on 2011/01/27 22:20:43 UTC

[jira] Created: (HBASE-3485) implement a Compressor based on LZF

implement a Compressor based on LZF
-----------------------------------

                 Key: HBASE-3485
                 URL: https://issues.apache.org/jira/browse/HBASE-3485
             Project: HBase
          Issue Type: Bug
            Reporter: ryan rawson


this library:
https://github.com/ning/compress

implements LZF in pure-java and has an appropriate license.  

We could consider shipping with this support enabled and provide a ready to use alternative to LZO.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-3485) implement a Compressor based on LZF

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Hammerbacher resolved HBASE-3485.
--------------------------------------

    Resolution: Duplicate

Dupe of HBASE-2404

> implement a Compressor based on LZF
> -----------------------------------
>
>                 Key: HBASE-3485
>                 URL: https://issues.apache.org/jira/browse/HBASE-3485
>             Project: HBase
>          Issue Type: Bug
>            Reporter: ryan rawson
>
> this library:
> https://github.com/ning/compress
> implements LZF in pure-java and has an appropriate license.  
> We could consider shipping with this support enabled and provide a ready to use alternative to LZO.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-3485) implement a Compressor based on LZF

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987918#action_12987918 ] 

Andrew Purtell commented on HBASE-3485:
---------------------------------------

Shouldn't this be a Hadoop compressor, therefore covered already by HADOOP-6389 ?

> implement a Compressor based on LZF
> -----------------------------------
>
>                 Key: HBASE-3485
>                 URL: https://issues.apache.org/jira/browse/HBASE-3485
>             Project: HBase
>          Issue Type: Bug
>            Reporter: ryan rawson
>
> this library:
> https://github.com/ning/compress
> implements LZF in pure-java and has an appropriate license.  
> We could consider shipping with this support enabled and provide a ready to use alternative to LZO.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.