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