Adam Antal created YARN-9469:
--------------------------------
Summary: Fix typo in YarnConfiguration: physical memory
Key: YARN-9469
URL: https://issues.apache.org/jira/browse/YARN-9469
Project: Hadoop YARN
Issue Type: Task
Components: yarn
Affects Versions: 3.2.0
Reporter: Adam Antal
This Jira is a typo fix. Currently on YarnConfiguration we have the following
piece of code:
{noformat}
/** Specifies whether physical memory check is enabled. */
public static final String NM_PMEM_CHECK_ENABLED = NM_PREFIX
+ "pmem-check-enabled";
public static final boolean DEFAULT_NM_PMEM_CHECK_ENABLED = true;
/** Specifies whether physical memory check is enabled. */
public static final String NM_VMEM_CHECK_ENABLED = NM_PREFIX
+ "vmem-check-enabled";
public static final boolean DEFAULT_NM_VMEM_CHECK_ENABLED = true;
{noformat}
In NM_VMEM_CHECK_ENABLED's javadoc it should mention _virtual_, and not
_physical_ memory.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]