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:
[email protected]
With regards,
Apache Git Services