You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/09 10:45:00 UTC

[jira] [Work logged] (BEAM-8564) Add LZO compression and decompression support

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

ASF GitHub Bot logged work on BEAM-8564:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Jan/20 10:44
            Start Date: 09/Jan/20 10:44
    Worklog Time Spent: 10m 
      Work Description: amoght commented on issue #10254: [BEAM-8564] Add LZO compression and decompression support
URL: https://github.com/apache/beam/pull/10254#issuecomment-572504197
 
 
   @lukecwik I've updated the PR based on the discussion that we had. Please let me know your thoughts and suggestions.
 
----------------------------------------------------------------
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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 368934)
    Time Spent: 5h 20m  (was: 5h 10m)

> 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: 5h 20m
>  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)