On Jul 19, 2010, at 2:15 PM, Raymond Jennings III wrote:
The only way I could fix this was to re-initialize my vectors in the "public void readFields(DataInput in)" method. This does not seem like I should have todo this or do I ???
Yes, readFields has to clear the data structures. MapReduce reuses objects in the loops.
-- Owen
