Export to GitHub

mrs-mapreduce - issue #17

Feature: Counters


Posted on Oct 31, 2012 by Massive Bird

It would be nice to have something similar to hadoop's counters, to keep track of how many times various things happen in the slaves. It seems like it would be most appropriate to tie the counters to the job object that goes into the run(self, job), but the map and reduce functions need access to them, so maybe they should go in mrs.MapReduce, so the map and reduce functions can get to them at self.counters, or something?

Comment #1

Posted on Oct 31, 2012 by Massive Lion

And it looks like I submitted this on my wife's account, so I'm commenting to put my email address in the notification list.

Status: New

Labels:
Type-Defect Priority-Medium