Commit cfd4773e by Alex Dusenbery

Don't check virtual memory in YARN_SITE_DEFAULT_CONFIG.

parent febe1add
......@@ -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