[jira] [Created] (FLINK-6289) ExecutionEnvironment.readTextFile() can read gzip files & directories but not both

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-6289) ExecutionEnvironment.readTextFile() can read gzip files & directories but not both

Shang Yuanchun (Jira)
Arnaud Linz created FLINK-6289:
----------------------------------

             Summary: ExecutionEnvironment.readTextFile() can read gzip files & directories but not both
                 Key: FLINK-6289
                 URL: https://issues.apache.org/jira/browse/FLINK-6289
             Project: Flink
          Issue Type: Bug
    Affects Versions: 1.1.3
            Reporter: Arnaud Linz
            Priority: Minor


When calling `ExecutionEnvironment.readTextFile()` passing a ".gz" file as input, it deflates the file correctly. If I pass a directory as input, it reads the files contained in the directory. But If I pass a directory containing ".gz" files as input, it does not deflate the files and treat them as ASCII files.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)