[
https://issues.apache.org/jira/browse/NIFI-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15875055#comment-15875055
]
ASF GitHub Bot commented on NIFI-1797:
--------------------------------------
Github user pvillard31 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1387#discussion_r102093327
--- Diff:
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/CreateHadoopSequenceFile.java
---
@@ -88,7 +92,7 @@
}
// Optional Properties.
static final PropertyDescriptor COMPRESSION_TYPE = new
PropertyDescriptor.Builder()
- .name("compression type")
+ .name("Compression type")
--- End diff --
Done @trixpan, thanks for the review!
> Use Compression Codec property in CreateHadoopSequenceFile processor
> --------------------------------------------------------------------
>
> Key: NIFI-1797
> URL: https://issues.apache.org/jira/browse/NIFI-1797
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 0.6.1
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Minor
>
> CreateSequenceFileProcessor is extending AbstractHadoopProcessor where there
> is a property allowing user to define Compression Codec. However this is not
> used and it would be interesting to use it in SequenceFileWriterImpl.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)