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

ASF GitHub Bot commented on NIFI-713:
-------------------------------------

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 <[email protected]>
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)

----


> Infer Hadoop compression codec via filename extension
> -----------------------------------------------------
>
>                 Key: NIFI-713
>                 URL: https://issues.apache.org/jira/browse/NIFI-713
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Tim Reardon
>            Assignee: Ricky Saltzer
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: compression codec.png
>
>
> GetHDFS should infer compression codec via filename extension, and PutHDFS 
> should append the proper extension when using compression.



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

Reply via email to