122123124125126127128
} @Override public InputFormat getInputFormat() throws IOException { // Define the kind of file in HDFS that we are dealing with. Here, we define that we wish to operate on a sequence file. return new SequenceFileInputFormat(); }