45464748495051
} @Override public InputFormat<LongWritable, Text> getInputFormat() { // PigStorage can handle lzo files, but cannot split them. return new LzoTextInputFormat(); }
105106107108109110111
FileInputFormat.setInputPaths(job, location); } @Override public InputFormat getInputFormat() { return new LzoTextInputFormat(); }
891011121314
/** * mapred version of {@link LzoTextInputFormat}. */ public class DeprecatedLzoTextInputFormat extends DeprecatedFileInputFormatWrapper<LongWritable, Text> { public DeprecatedLzoTextInputFormat() { super(new LzoTextInputFormat()); }