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)