TisonKun commented on a change in pull request #10411: [FLINK-15048][yarn]
Properly set internal.jobgraph-path when deploy job cluster
URL: https://github.com/apache/flink/pull/10411#discussion_r353567605
##########
File path:
flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -907,7 +887,7 @@ private ApplicationReport startAppMaster(
}
final String jobGraphFilename = "job.graph";
-
flinkConfiguration.setString(JOB_GRAPH_FILE_PATH, jobGraphFilename);
Review comment:
This is `flinkConfiguration`, indeed. We pass `flinkConfiguration` as
`configuration` in this scope and I think either we don't pass it and use
`flinkConfiguration` as context value or we use `configuration`. But never mix
up.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services