You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/20 12:25:25 UTC

[jira] [Commented] (NIFI-1788) CreateHadoopSequenceFile shows wrong values for compression type

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

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

GitHub user pvillard31 opened a pull request:

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

    NIFI-1788 Fixed listed allowable values

    - fixed list of allowable values
    - replaced related deprecated method when writing

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

    $ git pull https://github.com/pvillard31/nifi NIFI-1788

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

    https://github.com/apache/nifi/pull/368.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 #368
    
----
commit 08f7dc8991c05c26115557f1c625ca27fe1d7112
Author: Pierre Villard <pi...@gmail.com>
Date:   2016-04-20T10:24:39Z

    NIFI-1788 Fixed listed allowable values

----


> CreateHadoopSequenceFile shows wrong values for compression type
> ----------------------------------------------------------------
>
>                 Key: NIFI-1788
>                 URL: https://issues.apache.org/jira/browse/NIFI-1788
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework, Core UI
>    Affects Versions: 0.6.0
>            Reporter: Hugo Lemay-Proulx
>            Priority: Minor
>
> The CreateHadoopSequenceFile processor shows that the possible values for compression types are :
> NONE
> DEFAULT
> BZIP
> GZIP
> LZ4
> SNAPPY
> AUTOMATIC
> but the compression type is not the compression codec to use. It is what to compress in the sequence file: 
> NONE
> RECORD
> BLOCK
> Because of that, if the selection is anything other than NONE, the processor will throw an exception.



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