2064206520662067206820692070
FileInputFormat.setInputPaths(job, location); } @Override public InputFormat getInputFormat() throws IOException { return new PigTextInputFormat(); }
613614615616617618619620
@Override public InputFormat getInputFormat() { if(loadLocation.endsWith(".bz2") || loadLocation.endsWith(".bz")) { return new Bzip2TextInputFormat(); } else { return new PigTextInputFormat(); } }
399400401402403404405406
66676869707172
public void setPartitionFilter(Expression expression) throws IOException { } @Override public InputFormat getInputFormat() throws IOException { return new PigTextInputFormat(); }
258259260261262263264265
652653654655656657658659
355356357358359360361362
2015201620172018201920202021
224225226227228229230231