Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
Allow comma-separated or multiple directories to be specified for FileInputFormat so that a DataSource will process the directories sequentially.
env.readFile("/data/2016/01/01//,/data/2016/01/02//,/data/2016/01/03//")
in Scala
env.readFile(paths: Seq[String])
or
env.readFile(path: String, otherPaths: String*)
Wildcard support would be a bonus.
Attachments
Issue Links
- relates to
-
FLINK-6417 Wildcard support for FileInputFormat
- Open
-
FLINK-3677 FileInputFormat: Allow to specify include/exclude file name patterns
- Closed
- links to