Hello Guys, I am using Flink File Source with Amazon S3. AFAIK, File source first downloads the file in temporary location and then starts reading the file and emitting the records. By default the download location is /tmp directory.
In case of containerized environment, where Pods have limited memory, is /tmp directory the recommended download directory? Or we should we any persistent location for the same by configuring io.tmp.dirs? Is there significant impact on performance? Regards, Kirti Dhar