You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/07/30 07:34:04 UTC

[GitHub] [nifi] noedetore commented on a change in pull request #4321: NIFI-7506 - CompressContent Add Snappy-Hadoop

noedetore commented on a change in pull request #4321:
URL: https://github.com/apache/nifi/pull/4321#discussion_r462501409



##########
File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/CompressContent.java
##########
@@ -124,7 +126,7 @@
         .build();
     public static final PropertyDescriptor MODE = new PropertyDescriptor.Builder()
     .name("Mode")
-    .description("Indicates whether the processor should compress content or decompress content. Must be either 'compress' or 'decompress'")
+    .description("Indicates whether the processor should compress content or decompress content. Must be either 'compress' or 'decompress'. Data that is compressed with Snappy Hadoop can not be decomressed using this processor.")

Review comment:
       done




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org