When an execute job in batch mode in flink the fileSink generates multiple files by the parallel number but I want only the output in one file without changing the parallel number
How can I do that ?
put parallel in 5 and get only one file in the output of FileSink.