TaskInProgress contains duplicate idWithinJob() / getIdWithinJob() accessors
----------------------------------------------------------------------------
Key: MAPREDUCE-2068
URL: https://issues.apache.org/jira/browse/MAPREDUCE-2068
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: task
Affects Versions: 0.22.0
Reporter: Greg Roelofs
Priority: Minor
Both are public, both "return partition;", and neither is currently deprecated.
Main user seems to be JobInProgress, and it mostly uses the "get" flavor, but
it also uses the other one in two places.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.