Re: Map-only output compression

2011-11-07 Thread Claudio Martella
Thanks! On Mon Nov 7 15:57:01 2011, Joey Echeverria wrote: > You want option 3. > > Option 1 is only used to compress intermediate output, it doesn't > apply to map only jobs. > Option 2 only enables compression for SequenceFileOutputFormat. If > you're not using that output format, it won't hel

Re: Map-only output compression

2011-11-07 Thread Joey Echeverria
You want option 3. Option 1 is only used to compress intermediate output, it doesn't apply to map only jobs. Option 2 only enables compression for SequenceFileOutputFormat. If you're not using that output format, it won't help. -Joey On Monday, November 7, 2011, Claudio Martella wrote: > Hello