Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.23.0
-
None
-
None
Description
To reproduce this problem:
1- In your mapper setup() set:
context.setStatus("myStatus")
2- When the job finishes:
TaskReport[] reports = job.getTaskReports(TaskType.MAP);
assertEquals("myStatus", reports[0].getState());
The returned status from reports[0].getState() is "SUCCEEDED" as opposed to the expected "myStatus" value.
This exact code work fine on MR1. I saw this issue when tried running the TestTaskContext test cases on MR2.
Attachments
Issue Links
- blocks
-
MAPREDUCE-3427 streaming tests fail with MR2
-
- Closed
-