Hi guys,
Is it possible for flink to stream from a unix file system line by line, when I use readTextFile(path)
- Reads text files, i.e. files that respect the TextInputFormat
specification, line-by-line and returns them as Strings.
The entire contents of the file comes as a datastream, over which I can iterate to extract each line as a string. Is it possible to stream a line at a time ? Thanks for all the help so far.
Thanks,
Vishwas