Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/5123 Thanks for the contribution @wenlong88. I was wondering whether the actual problem isn't that we create a new resource (`taskmanager-conf.yaml`) in the working directory which we later don't clean up (after we've uploaded it to HDFS). I think this should rather be the fix.
---