You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Amogh Tiwari (Jira)" <ji...@apache.org> on 2019/11/06 07:14:00 UTC

[jira] [Created] (BEAM-8564) Add LZO compression and decompression support for java sdk

Amogh Tiwari created BEAM-8564:
----------------------------------

             Summary: Add LZO compression and decompression support for java sdk
                 Key: BEAM-8564
                 URL: https://issues.apache.org/jira/browse/BEAM-8564
             Project: Beam
          Issue Type: New Feature
          Components: sdk-java-core
            Reporter: Amogh Tiwari


LZO is a lossless data compression algorithm which is focused on compression and decompression speeds.

This will enable Apache Beam sdk to compress/decompress files using LZO compression. 

This will include the following functionalities:
 # compress() : for compressing files into an LZO archive
 # decompress() : for decompressing files archived using LZO compression

Appropriate Input and Output stream will also be added to enable working with LZO files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)