'Q: flink on docker

When I submit a job in JobManager, I need to read a path /file-path. This path should be read from TaskManager, but I actually read /file-path from the submitted machine JobManager, if I want to submit in the JobManager containerHomework, then read the file on the taskmanager, what should I do?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source