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 "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2019/05/23 17:02:00 UTC

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

     [ https://issues.apache.org/jira/browse/YARN-9469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wei-Chiu Chuang resolved YARN-9469.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.3.0

> 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
>            Assignee: Igor Rudenko
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 3.3.0
>
>
> 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