|
|
-
Re: What is the best to terminate a Map job without it being retriedTed Yu 2010-10-08, 23:35
How about deleting/moving the dirty files in your mapper or in another job ?
On Fri, Oct 8, 2010 at 4:30 PM, Steve Kuo <[EMAIL PROTECTED]> wrote: > I have a collection of dirty data files, which I can detect during the > setup() phase of my Map job. It would be best that I can quit the map job > and prevent it from being retried again. What is the best practice to do > this? > > Thanks in advance. > |