Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/6147#discussion_r195090429
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/JobSubmitRequestBody.java
---
@@ -45,14 +50,41 @@
@JsonProperty(FIELD_NAME_SERIALIZED_JOB_GRAPH)
public final byte[] serializedJobGraph;
+ private final java.nio.file.Path storageDirectory;
--- End diff --
This could also be a `File` since it must be local, right?---
