The API around HistoryEvent has inelegances
-------------------------------------------
Key: MAPREDUCE-1134
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1134
Project: Hadoop Map/Reduce
Issue Type: Improvement
Reporter: Dick King
For example, ReduceAttemptFinishedEvent has a getAttemptId() method, but
TaskAttemptStartedEvent has a getTaskAttemptId() method. TaskFailedEvent has a
getFailedAttemptID [note that "ID" in this context is spelled with an uppercase
D, while all the other "Id"'s are spelled with a lowercase d ] .
Should we make a pass over these things and clean these up before too many
people code to this API?
-dk
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.