Flink FileSink output in multi files
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 ?
what is best way to Ordening Batch in Flink or Spark?
I’m building a process in batch mode in flink . where I have a table with 100 millions row and I need to order by one field all the table so I wondering what is the better technology to order huge table .