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

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

     [ https://issues.apache.org/jira/browse/NIFI-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre Villard reassigned NIFI-1788:
------------------------------------

    Assignee: Pierre Villard

> 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
>            Assignee: Pierre Villard
>            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)