GJL closed pull request #7149: [FLINK-10951][tests] Set yarn.nodemanager.vmem-check-enabled to false URL: https://github.com/apache/flink/pull/7149
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/flink-jepsen/src/jepsen/flink/hadoop.clj b/flink-jepsen/src/jepsen/flink/hadoop.clj index f633d07d621..99f3f72d45c 100644 --- a/flink-jepsen/src/jepsen/flink/hadoop.clj +++ b/flink-jepsen/src/jepsen/flink/hadoop.clj @@ -40,11 +40,14 @@ (defn yarn-site-config [test] - {:yarn.resourcemanager.hostname (resource-manager (:nodes test)) - :yarn.log-aggregation-enable "true" + {:yarn.log-aggregation-enable "true" + + :yarn.nodemanager.log-dirs yarn-log-dir :yarn.nodemanager.resource.cpu-vcores "8" + :yarn.nodemanager.vmem-check-enabled "false" + :yarn.resourcemanager.am.max-attempts "99999" - :yarn.nodemanager.log-dirs yarn-log-dir}) + :yarn.resourcemanager.hostname (resource-manager (:nodes test))}) (defn core-site-config [test] ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services