On Dec 9, 2008, at 11:35 AM, Songting Chen wrote:
Is there a way for the Map process to know it's the end of records?I need to flush some additional data at the end of the Map process, but wondering where I should put that code.
The close() method is called at the end of the map. -- Owen
