Skip to content

Commit

Permalink
[FLINK-10951][tests] Set yarn.nodemanager.vmem-check-enabled to false (
Browse files Browse the repository at this point in the history
  • Loading branch information
GJL committed Nov 22, 2018
1 parent 1878e11 commit 33f3de0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions flink-jepsen/src/jepsen/flink/hadoop.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 33f3de0

Please sign in to comment.