Ted Yu created YARN-2066:
----------------------------
Summary: Wrong field is referenced in
GetApplicationsRequestPBImpl#mergeLocalToBuilder()
Key: YARN-2066
URL: https://issues.apache.org/jira/browse/YARN-2066
Project: Hadoop YARN
Issue Type: Bug
Reporter: Ted Yu
Priority: Minor
{code}
if (this.finish != null) {
builder.setFinishBegin(start.getMinimumLong());
builder.setFinishEnd(start.getMaximumLong());
}
{code}
this.finish should be referenced in the if block.
--
This message was sent by Atlassian JIRA
(v6.2#6252)