You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Mikhail Lipkovich (JIRA)" <ji...@apache.org> on 2017/08/31 11:44:00 UTC

[jira] [Commented] (FLINK-5944) Flink should support reading Snappy Files

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

Mikhail Lipkovich commented on FLINK-5944:
------------------------------------------

Hi,
Can I assign this task to me? This task seems doable for the beginner
Thanks

> Flink should support reading Snappy Files
> -----------------------------------------
>
>                 Key: FLINK-5944
>                 URL: https://issues.apache.org/jira/browse/FLINK-5944
>             Project: Flink
>          Issue Type: New Feature
>          Components: Batch Connectors and Input/Output Formats
>            Reporter: Ilya Ganelin
>              Labels: features
>
> Snappy is an extremely performant compression format that's widely used offering fast decompression/compression. 
> This can be easily implemented by creating a SnappyInflaterInputStreamFactory and updating the initDefaultInflateInputStreamFactories in FileInputFormat.
> Flink already includes the Snappy dependency in the project. 
> There is a minor gotcha in this. If we wish to use this with Hadoop, then we must provide two separate implementations since Hadoop uses a different version of the snappy format than Snappy Java (which is the xerial/snappy included in Flink). 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)