You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Adam Antal (JIRA)" <ji...@apache.org> on 2019/04/10 08:11:00 UTC

[jira] [Created] (YARN-9469) Fix typo in YarnConfiguration: physical memory

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: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org