You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Hugo Lemay-Proulx (JIRA)" <ji...@apache.org> on 2016/04/19 23:54:25 UTC

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

Hugo Lemay-Proulx created NIFI-1788:
---------------------------------------

             Summary: 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)