Ilya Ganelin created APEXMALHAR-2487: ----------------------------------------
Summary: Malhar should support outputting data in Snappy compression Key: APEXMALHAR-2487 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2487 Project: Apache Apex Malhar Issue Type: Improvement Reporter: Ilya Ganelin Assignee: Ilya Ganelin At present, the default file output operator (AbstractFileOutputOperator) supports compression by setting the FilterStreamProvider. However, Malhar presently only includes two FilterStreamProvider - one to Cipher data, and one for Gzip. Snappy offers substantially improved performance over Gzip in terms of compression and decompression speed at the expense of compression ratio. In certain applications this is useful. Thus, it would be helpful to add a Snappy FilterStreamProvider. -- This message was sent by Atlassian JIRA (v6.3.15#6346)