You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by omalley <gi...@git.apache.org> on 2016/07/06 02:33:47 UTC

[GitHub] orc pull request #45: ORC-77. Implement LZO and LZ4 compression codecs.

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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] orc pull request #45: ORC-77. Implement LZO and LZ4 compression codecs.

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---