Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/4280#discussion_r129878926
--- Diff:
flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
---
@@ -722,12 +697,30 @@ public ApplicationReport startAppMaster(JobGraph
jobGraph, YarnClient yarnClient
// Setup jar for ApplicationMaster
LocalResource appMasterJar =
Records.newRecord(LocalResource.class);
- LocalResource flinkConf =
Records.newRecord(LocalResource.class);
--- End diff --
Fair point. Will try to do it the next time.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---