On Wed, Jun 9, 2010 at 9:54 PM, Karan Jindal < [email protected]> wrote:
> Hi jake, > > I am assuming that by hitting u mean calling that function > Reporter.progress(). But in which part the code this function needs to be > called? > Inside the map() method of your Mapper, you will have a reference to a Reporter instance (call it 'rep') - calling rep.progress() once per map() method invocation should be more than enough, unless you iterate many many times inside of one map() invocation. -jake
