Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/5624
Don't we control the calls on `FileSystem` that we make as part of the YARN
upload? Can't we simply avoid all operations that are not strongly consistent?
For example if we strictly only use `create()` and `open()` we should be
consistent.---
