Re: read .gz files

Posted by rmetzger0 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/read-gz-files-tp760p761.html

Hi,

right now Flink itself has only support for reading ".deflate" files. Its basically the same algorithm as gzip but gzip files seem to have some header which makes the two formats incompatible.

But you can easily use HadoopInputFormats with Flink. I'm sure there is a Hadoop IF for reading gzip'ed files.


Best,
Robert


On Thu, Feb 19, 2015 at 9:25 PM, Sebastian <[hidden email]> wrote:
Hi,

does flink support reading gzipped files? Haven't found any info about this on the website.

Best,
Sebastian