Currently, I have Flink operating as a cluster through Docker, employing three containers: one for the jobmanager and two for the taskmanagers. Whenever I submit a job, the job's output gets written to both containers. I am interested in finding a solution to consolidate the output in a single location, preferably either on the local machine. Is there a way to achieve this?
You could: