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

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

Github user trixpan commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1387#discussion_r101913412
  
    --- 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 --
    
    Isn't this is a breaking change? I see the typo but better add the correct 
spelling as displayName


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

Reply via email to