Github user linjun007 commented on a diff in the pull request:
https://github.com/apache/flink/pull/6296#discussion_r201588919
--- Diff:
flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
---
@@ -1227,7 +1227,6 @@ public FileVisitResult visitFile(java.nio.file.Path
file, BasicFileAttributes at
key, fs, appId, shipLocalPath,
localResources, targetHomeDir, "");
remotePaths.add(remotePath);
envShipFileList.append(key).append("=").append(remotePath).append(",");
-
--- End diff --
thank you ,Immediately change!
---