You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Stefan De Smit (JIRA)" <ji...@apache.org> on 2018/10/19 13:36:00 UTC

[jira] [Created] (CRUNCH-674) CrunchRecordReader creates new TaskAttemptContextImpl with DummyReporter

Stefan De Smit created CRUNCH-674:
-------------------------------------

             Summary: CrunchRecordReader creates new TaskAttemptContextImpl with DummyReporter
                 Key: CRUNCH-674
                 URL: https://issues.apache.org/jira/browse/CRUNCH-674
             Project: Crunch
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.14.0, 0.13.0, 0.12.0, 0.15.0
            Reporter: Stefan De Smit
            Assignee: Josh Wills


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)