Hi, mapred.output.compress is set to true in hadoop-site.xml My question is how can I specify different compression codecs programmatically ?
For example, normally the output is gzip compressed. But a small portion of output needs to be LZO compressed. Thanks
