You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by ilganeli <gi...@git.apache.org> on 2017/05/05 21:49:42 UTC

[GitHub] apex-malhar pull request #616: APEXMALHAR-2487 Added support for Snappy comp...

GitHub user ilganeli opened a pull request:

    https://github.com/apache/apex-malhar/pull/616

    APEXMALHAR-2487 Added support for Snappy compression in FilterStreamProvider

    * Based on existing code to output Gzip or CipherText this patch adds support for writing data out as Hadoop-readable Snappy format
    * Added unit tests which validate both the provider and the simpler SnappyStream functionality.
    * This patch reuses some code from existing tests where possible.
    https://issues.apache.org/jira/browse/APEXMALHAR-2487

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

    $ git pull https://github.com/ilganeli/incubator-apex-malhar APEXMALHAR-2487

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

    https://github.com/apache/apex-malhar/pull/616.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 #616
    
----
commit e756309c676778917ae0464c1ec44a9cf84fbe2b
Author: Ilya Ganelin <il...@capitalone.com>
Date:   2017-04-29T04:54:06Z

    Added support for Snappy compression in FilterStreamProvider, which in turn enables Snappy output.

commit 9ed1e7e3e0bb357f4cdad0b3cfc34cc40404d9f3
Author: Ilya Ganelin <il...@capitalone.com>
Date:   2017-04-29T04:58:55Z

    Added additional check for presence of native Snappy libraries.

commit 9e442c8f41284d13fef1f2ede99a17f7e105c06d
Author: Ilya Ganelin <il...@capitalone.com>
Date:   2017-04-29T05:18:46Z

    Checkstyle fixes.

commit 4f19d45d98f88d17dcde2e3b040b68f9f8a7f1b8
Author: Ilya Ganelin <il...@capitalone.com>
Date:   2017-04-29T05:41:10Z

    Fixed header.

commit 70a30e6ef855afb5cb5399a84c271fa93ef23c05
Author: Ilya Ganelin <il...@capitalone.com>
Date:   2017-05-05T21:48:14Z

    Adressed PR comments.

----


---
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] apex-malhar pull request #616: APEXMALHAR-2487 Added support for Snappy comp...

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

    https://github.com/apache/apex-malhar/pull/616


---
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.
---