You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/06 02:34:10 UTC

[jira] [Commented] (ORC-77) Support Snappy, LZO, and LZ4 from aircompressor.

    [ https://issues.apache.org/jira/browse/ORC-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15363654#comment-15363654 ] 

ASF GitHub Bot commented on ORC-77:
-----------------------------------

GitHub user omalley opened a pull request:

    https://github.com/apache/orc/pull/45

    ORC-77. Implement LZO and LZ4 compression codecs.

    This patch uses the aircompressor codecs to implement lzo and lz4. It also replaces the org.iq80.snappy codec with the aircompressor snappy codec. If the hadoop jni snappy library is available, it will use still use it.
    
    We still need to do some benchmarks for the new snappy codec.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/omalley/orc orc-77

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/45.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #45
    
----
commit 607186c6d27cae33c1bf479a61644300e56cfb9e
Author: Owen O'Malley <om...@apache.org>
Date:   2016-07-05T15:16:03Z

    ORC-77. Implement LZO and LZ4 compression codecs.

----


> Support Snappy, LZO, and LZ4 from aircompressor.
> ------------------------------------------------
>
>                 Key: ORC-77
>                 URL: https://issues.apache.org/jira/browse/ORC-77
>             Project: Orc
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>
> It would be great to support LZO, Snappy, and LZ4 using https://github.com/airlift/aircompressor .



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)