You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Christian Tzolov (JIRA)" <ji...@apache.org> on 2013/03/27 00:11:15 UTC

[jira] [Created] (CRUNCH-185) Make the MemPipeline#done return a PipelineResult with the Counters inside.

Christian Tzolov created CRUNCH-185:
---------------------------------------

             Summary: Make the MemPipeline#done return a PipelineResult with the Counters inside.
                 Key: CRUNCH-185
                 URL: https://issues.apache.org/jira/browse/CRUNCH-185
             Project: Crunch
          Issue Type: Bug
    Affects Versions: 0.5.0
            Reporter: Christian Tzolov
            Assignee: Christian Tzolov
            Priority: Minor


The MRPipeline exposes the job counters via the PipelineResult. The MemPipeline behaves differently. It always returns an EMPTY PipelineResult and exposes a static getCounters() method. 

To make both implementations behave alike the MemPipeline should return a single-staged PipelineResult containing the Counters. 

Also the MemPipeline should provide a mechanism to reset the Counters. At the moment there is no other mechanism to reset but restarting the application.  


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira