Hi All, Just like method configure in Mapper interface, I am looking for its counterpart that will perform the closing operation for a Map task. For example, in method configure I start an external daemon which is used throughout my map task and when the map task completes, I want to close that daemon. Is there any method that gets called at the end of the Map task and can be overwritten just like configure class.
Thanks, Akhil -- View this message in context: http://www.nabble.com/Looking-for-counterpart-of-Configure-Method-tp24466923p24466923.html Sent from the Hadoop core-user mailing list archive at Nabble.com.
