Commit e1b2b3e7 by Alex Dusenbery Committed by GitHub

Merge pull request #3758 from edx/alex/disable-vmem-check

Don't check virtual memory in YARN_SITE_DEFAULT_CONFIG.
parents 58ed4816 cfd4773e
......@@ -77,6 +77,8 @@ YARN_SITE_DEFAULT_CONFIG:
yarn.log-aggregation-enable: "true"
# 24 hour log retention
yarn.log-aggregation.retain-seconds: 86400
# Checking virtual memory usage causes too many spurious failures.
yarn.nodemanager.vmem-check-enabled: false
HADOOP_CORE_SITE_DEFAULT_CONFIG:
fs.default.name: "hdfs://localhost:9000"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment