For testing purposes you can also try to disable the compression:
conf.setBoolean("mapred.output.compress", false);
Then you can look at the output.
- tim
Amogh Vasekar wrote:
Hi,
".deflate" is the default compression codec used when parameter to generate
compressed output is true ( mapred.output.compress ).
You may set the codec to be used via mapred.output.compression.codec, some
commonly used are available in hadoop.io.compress package...
Amogh
On 11/26/09 11:03 AM, "Mark Kerzner" <[email protected]> wrote:
Hi,
I get this part-00000.deflate instead of part-00000.
How do I get rid of the deflate option?
Thank you,
Mark