[
https://issues.apache.org/jira/browse/MAPREDUCE-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated MAPREDUCE-2126:
---------------------------------
Resolution: Fixed
Fix Version/s: 0.22.0
Assignee: Jingguo Yao
Hadoop Flags: [Reviewed]
Status: Resolved (was: Patch Available)
+1 I've just committed this. Thanks Jingguo!
> JobQueueJobInProgressListener's javadoc is inconsistent with source code
> ------------------------------------------------------------------------
>
> Key: MAPREDUCE-2126
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2126
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Components: jobtracker
> Affects Versions: 0.20.2
> Reporter: Jingguo Yao
> Assignee: Jingguo Yao
> Priority: Minor
> Fix For: 0.22.0
>
> Attachments: MAPREDUCE-2126.patch
>
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> JobQueueJobInProgressListener.java has {...@link
> #JobQueueJobInProgressListener(Collection)} in Javadoc. But it does not have
> the corresponding constructor. It has constructor
> JobQueueJobInProgressListener(Map<JobSchedulingInfo, JobInProgress>
> jobQueue). So {...@link JobQueueJobInProgressListener(Collection)} should be
> {...@link #JobQueueJobInProgressListener(Map)}.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.