Re: Review Request: MAPREDUCE-1347. Missing synchronization in MultipleOutputFormat.

2011-06-24 Thread Harsh J
> On 2011-06-24 19:39:07, Todd Lipcon wrote: > > I think your issue with the test case is that you're calling > > tMOF.getRecordWriter() inside the thread. So, each thread has its own > > record writer and hence has its own computing map. You should call that > > from outside the thread, and j

Re: Review Request: MAPREDUCE-1347. Missing synchronization in MultipleOutputFormat.

2011-06-24 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/953/#review910 --- I think your issue with the test case is that you're calling tMOF.getRe

Review Request: MAPREDUCE-1347. Missing synchronization in MultipleOutputFormat.

2011-06-24 Thread Harsh J
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/953/ --- Review request for hadoop-mapreduce and Todd Lipcon. Summary --- Used the ma