Re: MulitpleOutputs outputs just one line

2013-01-23 Thread Harsh J
Hi Barak, As instructed on http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/mapred/lib/MultipleOutputs.html, do you also make sure to call the mos.close() function at the end of Mapper (in its cleanup stage)? On Thu, Jan 24, 2013 at 12:40 PM, Barak Yaish barak.ya...@gmail.com

Re: MulitpleOutputs outputs just one line

2013-01-23 Thread Barak Yaish
Yes, I'm calling mos.close() at the Mapper.cleanup(). Are there some logs that I can turn on to troubleshoot this issue? On Thu, Jan 24, 2013 at 9:36 AM, Harsh J ha...@cloudera.com wrote: Hi Barak, As instructed on