Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.21.0
-
None
-
Incompatible change
-
Moved the api public Counter getCounter(Enum<?> counterName), public Counter getCounter(String groupName, String counterName) from org.apache.hadoop.mapreduce.TaskInputOutputContext to org.apache.hadoop.mapreduce.TaskAttemptContext
Description
TaskAttemptContext.setStatus() and progress() were overriden in TaskInputOutputContext, inbranch 0.20, to call the underlying reporter apis. But the methods are no more over-riden in TaskInputOutputContextImpl after MAPREDUCE-954.
Attachments
Attachments
Issue Links
- blocks
-
MAPREDUCE-1122 streaming with custom input format does not support the new API
- Open