You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/04/16 16:42:53 UTC

[GitHub] [flink] shangwen commented on a change in pull request #8189: [FLINK-12195] [YARN] Incorrect resource time setting causes flink to fail to submit

shangwen commented on a change in pull request #8189: [FLINK-12195] [YARN] Incorrect resource time setting causes flink to fail to submit
URL: https://github.com/apache/flink/pull/8189#discussion_r275892412
 
 

 ##########
 File path: flink-yarn/src/main/java/org/apache/flink/yarn/Utils.java
 ##########
 @@ -161,14 +161,9 @@ public static void setupYarnClassPath(Configuration conf, Map<String, String> ap
 
 		fs.copyFromLocalFile(false, true, localSrcPath, dst);
 
-		// Note: If we used registerLocalResource(FileSystem, Path) here, we would access the remote
 
 Review comment:
   ok, thanks @azagrebin .

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services