TisonKun commented on a change in pull request #10193: [FLINK-13938][yarn] Use
pre-uploaded flink binary to accelerate flink submission
URL: https://github.com/apache/flink/pull/10193#discussion_r350551175
##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/Utils.java
##########
@@ -263,6 +298,36 @@ private static LocalResource
registerLocalResource(FileSystem fs, Path remoteRsr
return localResource;
}
+ /**
+ * Register a local resource with resource info. The resource info may
contains multiple parts.
+ * For example,
RemotePath;[resourceSize;resourceModificationTime;LocalResourceVisibility]
+ * @param resourceInfoStr resource info string
+ * @param yarnConfig yarn configuration
+ * @return local resource tuple, f0 is filename, f1 is local resource.
+ */
+ private static Tuple2<String, LocalResource> registerLocalResource(
Review comment:
This method is quite tricky for introducing an in-place pattern
"RemotePath;[resourceSize;resourceModificationTime;LocalResourceVisibility]" to
parse configuration...I think it works as is but +0 for this patch. @walterddr
you can merge this patch if you think it is good to go.
----------------------------------------------------------------
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