Re: Reading Data from zip/gzip

2018-10-22 Thread Amit Jain
Hi Chris, FileInputFormat automatically takes cares of file decompression for the files with gzip, xz, bz2 and deflate extensions. -- Thanks, Amit Source: https://github.com/apache/flink/blob/7b040b915504e59243c642b1f4a84c956d96d134/flink-core/src/main/java/org/apache/flink/api/common/io/FileInp

Reading Data from zip/gzip

2018-10-22 Thread chrisr123
I'm able to read normal txt or csv files using Flink, but what would I need to do in order to read them if they are given to me in zip or gzip format? Assuming I do not want to have to unzip them. Thanks! -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/