Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/3511#discussion_r139186699
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskManagerConfiguration.java
---
@@ -115,6 +115,13 @@ public Configuration getConfiguration() {
return tmpDirectories;
}
+ public String getFirstTmpDirectory(){
--- End diff --
Just now starting to catch up but the use of the temporary file was the
only issue I had when using the original PR. Great to see it's already fixed!
---