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
Priority: Minor
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.