I have the following class definition:
public class Ase2DbMapRed extends MapReduceBase
implements TableMap<Text, Text>, Tool {
Is it possible to know (and how?) within the "public class close()..."
(extended from MapReduceBase) method whether this particular task
attempt was successful?
Thanks
-Yair
