You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kirill Kozlov (Jira)" <ji...@apache.org> on 2019/12/02 21:15:00 UTC

[jira] [Comment Edited] (BEAM-8564) Add LZO compression and decompression support

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

Kirill Kozlov edited comment on BEAM-8564 at 12/2/19 9:14 PM:
--------------------------------------------------------------

[~AmoghTiwari], thanks for working on this!

Are you working on adding this just for the Java SDK? If so, there is no need to build other SDKs (the error above is from building GO SDK).

You might want to use the following command:
{code:java}
./gradlew -p sdks/java/ build
{code}
It should make your build go much faster. You could further specify the build target by updating the path.


was (Author: kirillkozlov):
[~AmoghTiwari], thanks for working on this!

Are you working on adding this just for the Java SDK? If so, there is no need to build other SDKs.

You might want to use the following command:
{code:java}
./gradlew -p sdks/java/ build
{code}
It should make your build go much faster. You could further specify the build target by updating the path.

> Add LZO compression and decompression support
> ---------------------------------------------
>
>                 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
>            Assignee: Amogh Tiwari
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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 algorithm. 
> 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)