How do we ensure that map/reduce tasks are idempotent. To be more clear: if there are more than 1 map/reduce attempts for an export job, how do we make sure that data from only single task attempt is committed ?
Normally this is handled by OutputCommitter, however I see NullOutputCommitter which doesn't do anything. Thanks Sharad