tillrohrmann commented on a change in pull request #8303: [FLINK-12343] 
[flink-yarn] add file replication config for yarn configuration
URL: https://github.com/apache/flink/pull/8303#discussion_r315074592
 
 

 ##########
 File path: flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNITCase.java
 ##########
 @@ -69,6 +74,7 @@ public void testPerJobMode() throws Exception {
                runTest(() -> {
                        Configuration configuration = new Configuration();
                        configuration.setString(AkkaOptions.ASK_TIMEOUT, "30 
s");
+                       
configuration.setString(YarnConfigOptions.FILE_REPLICATION, "5");
 
 Review comment:
   Could we create a separate test case for the file replication. I fear that 
we are mixing too many assertions into this one test case.

----------------------------------------------------------------
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

Reply via email to