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/19 06:14:12 UTC

[GitHub] [flink] TisonKun commented on a change in pull request #8216: [hotfix][tests] Replace deprecated option key with its successor

TisonKun commented on a change in pull request #8216: [hotfix][tests] Replace deprecated option key with its successor
URL: https://github.com/apache/flink/pull/8216#discussion_r276909489
 
 

 ##########
 File path: flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionCapacitySchedulerITCase.java
 ##########
 @@ -503,7 +503,7 @@ private void testDetachedPerJobYarnClusterInternal(String job) throws Exception
 				"-yjm", "768m",
 				// test if the cutoff is passed correctly (only useful when larger than the value
 				// of containerized.heap-cutoff-min (default: 600MB)
-				"-yD", "yarn.heap-cutoff-ratio=0.7",
+				"-yD", "containerized.heap-cutoff-ratio=0.7",
 
 Review comment:
   Sounds reasonable. Updated.

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