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
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