Wei Yan created YARN-2195:
-----------------------------

             Summary: 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


{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)

Reply via email to