You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Yair Even-Zohar <ya...@audiencescience.com> on 2009/03/11 19:50:13 UTC

Can we find a task-attemp status internally while processing the job?

I have the following class  definition:

 

 

public class Ase2DbMapRed extends MapReduceBase implements
TableMap<Text, Text>, Tool {

 

I am also implementing the close() method extended  from  MapReduceBase

 

Is it possible to know (and how?) within the "public class close()..."
method whether this particular task-attempt was successful?

 

 

Thanks

-Yair