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 Yan (JIRA)" <ji...@apache.org> on 2014/06/23 22:48:25 UTC

[jira] [Updated] (YARN-2195) Clean a piece of code in ResourceRequest

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

Wei Yan updated YARN-2195:
--------------------------

    Attachment: YARN-2195.patch

> Clean a piece of code in ResourceRequest
> ----------------------------------------
>
>                 Key: YARN-2195
>                 URL: https://issues.apache.org/jira/browse/YARN-2195
>             Project: Hadoop YARN
>          Issue Type: Improvement
>            Reporter: Wei Yan
>            Assignee: Wei Yan
>            Priority: Minor
>         Attachments: YARN-2195.patch
>
>
> {code}
> if (numContainersComparison == 0) {
>   return 0;
> } else {
>   return numContainersComparison;
> }
> {code}
> This code should be cleaned as 
> {code}
> return numContainersComparison;
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)