It worked! But why is it "for testing?" I only have one job, so I need by related as text, can I use this fix all the time?
Thank you, Mark On Thu, Nov 26, 2009 at 1:10 AM, Tim Kiefer <[email protected]> wrote: > 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 >> >> >> >> >
