[ 
https://issues.apache.org/jira/browse/YARN-9469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823875#comment-16823875
 ] 

Adam Antal commented on YARN-9469:
----------------------------------

Assigned to you.
Thanks [~troclosan], LGTM (non-binding).

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

Reply via email to