Re: RE: Add Columnsize Filter for Scan Operation

2013-10-26 Thread John
Ah, I see there is one issue left. It's not very likely that it happens, but it could. My map() looks like this map() { if (row.getColumnSize batchSize currentRowName != lastRowName) { DROP ROW return; } if (row.getColumnSize batchSize currentRowName = lastRowName) { STORE FINAL

Re: RE: Add Columnsize Filter for Scan Operation

2013-10-26 Thread Dhaval Shah
Mapper.cleanup is always called after all map calls are over Sent from Yahoo Mail on Android

Re: RE: Add Columnsize Filter for Scan Operation

2013-10-26 Thread John
ah, thats it - thanks :) 2013/10/26 Dhaval Shah prince_mithi...@yahoo.co.in Mapper.cleanup is always called after all map calls are over Sent from Yahoo Mail on Android