Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.12.0, 0.13.0, 0.14.0, 0.15.0
-
None
-
None
Description
CrunchRecordReader creates a new TaskAttemptContextImpl to pass to the actual RecordReader.
The constructor used, defaults to a DummyReporter.
The effect of this is that counters & progress messages from the RecordReader are lost.
This could easily be fixed by creating a WrappedStatusReporter that delegates counter & progress calls to the original context.