You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/02 19:04:51 UTC

[jira] [Commented] (FLINK-1981) Add GZip support

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

ASF GitHub Bot commented on FLINK-1981:
---------------------------------------

GitHub user sekruse opened a pull request:

    https://github.com/apache/flink/pull/762

    [FLINK-1981] add support for GZIP files

    * register decompression algorithms with file extensions for extensibility
    * fit deflate decompression into this scheme
    * add support for GZIP files
    * test support for deflate and GZIP files with the CsvInputFormat

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sekruse/flink FLINK-1981

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/762.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #762
    
----
commit 6acae7faa4e27837ce3c9272d4310ec6c46895ab
Author: Sebastian Kruse <se...@hpi.de>
Date:   2015-06-02T16:58:35Z

    [FLINK-1981] add support for GZIP files
    
    * register decompression algorithms with file extensions for extensibility
    * fit deflate decompression into this scheme
    * add support for GZIP files
    * test support for deflate and GZIP files with the CsvInputFormat

----


> Add GZip support
> ----------------
>
>                 Key: FLINK-1981
>                 URL: https://issues.apache.org/jira/browse/FLINK-1981
>             Project: Flink
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Sebastian Kruse
>            Assignee: Sebastian Kruse
>            Priority: Minor
>
> GZip, as a commonly used compression format, should be supported in the same way as the already supported deflate files. This allows to use GZip files with any subclass of FileInputFormat.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)