Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5580#discussion_r183700946
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/JobGraph.java ---
@@ -488,13 +494,36 @@ public void addJar(Path jar) {
return userJars;
}
+ /**
+ * Adds the path of a custom file required to run the job on a task
manager.
+ *
+ * @param file
--- End diff --
missing parameter docs for `name`---
