Re: How to Compress output of mapper

2010-11-14 Thread Harsh J
Hi, On Sat, Nov 13, 2010 at 12:33 PM, Sujitha wrote: > Hi all, > > I am using Hadoop 0.20.2.I tried to compress the output of the mapper > using setMapOutputCompressorClass(DefaultCodec.class) on the Job > object,but it throws an error stating setMapOutputCompressorClass is not > available for Jo

How to Compress output of mapper

2010-11-12 Thread Sujitha
Hi all, I am using Hadoop 0.20.2.I tried to compress the output of the mapper using setMapOutputCompressorClass(DefaultCodec.class) on the Job object,but it throws an error stating setMapOutputCompressorClass is not available for Job class. Please tell me how to use compression on mapper output fo