Hi I want to exactly how Flink read data in the both case of file in local filesystem and file on distributed file system?
In reading data from local file system I guess every line of the file will be read by a slot (according to the job parallelism) for applying the map logic. In reading from HDFS I read this <https://stackoverflow.com/a/39153402/8110607> answer by Fabian Hueske <https://stackoverflow.com/users/3609571/fabian-hueske> and i want to know is that still the Flink strategy fro reading from distributed system file? thanks