You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by rickysaltzer <gi...@git.apache.org> on 2015/08/31 20:48:55 UTC

[GitHub] nifi pull request: NIFI-713: Infer Hadoop Compression Automaticall...

GitHub user rickysaltzer opened a pull request:

    https://github.com/apache/nifi/pull/79

    NIFI-713: Infer Hadoop Compression Automatically

    - Three main types of compression options:
    	NONE 		: no compression
    	AUTOMATIC 	: infers codec by extension
    	SPECIFIED	: specified codec (e.g. snappy, gzip, bzip, or lz4)
    
    
    Added a CompressionType enum to the AbstractHadoopProcessor to make things a bit cleaner. Added two options (NONE [default] and AUTOMATIC).

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

    $ git pull https://github.com/rickysaltzer/nifi NIFI-713

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

    https://github.com/apache/nifi/pull/79.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 #79
    
----
commit c72fb201d52113a16b176be3e0337b4303124244
Author: ricky <ri...@cloudera.com>
Date:   2015-08-31T18:38:15Z

    NIFI-713: Infer Hadoop Compression Automatically
    
    - Three main types of compression options:
    	NONE 		: no compression
    	AUTOMATIC 	: infers codec by extension
    	SPECIFIED	: specified codec (e.g. snappy, gzip, bzip, or lz4)

----


---
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] nifi pull request: NIFI-713: Infer Hadoop Compression Automaticall...

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

    https://github.com/apache/nifi/pull/79


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