Hi,

I have some hadoop code that works properly when the input files are not
compressed, but it is not working for the gzipped versions of those
files.  My files are named with *.gz, but the format is not being
recognized.  I'm under the impression I don't need to set any JobConf
parameters to indicate compressed input.

 

I'm actually taking a directory name as input, and modeled that aspect
of my application after the MultiFileWordCount.java example in
org.apache.hadoop.examples.  Not sure if this is part of the problem.

 

Thanks,

Adam

Reply via email to