return;
FileInputFormat.setInputPaths(job, inputP);
inputFormat = getInputFormatFromCache(work.getInputFormatClass(), job);
inputSplits = inputFormat.getSplits(job, 1);
mSerde = new MetadataTypedColumnsetSerDe();
Properties mSerdeProp = new Properties();
mSerdeProp.put(Constants.SERIALIZATION_FORMAT, "" + Utilities.tabCode);
mSerdeProp.put(Constants.SERIALIZATION_NULL_FORMAT, "NULL");
mSerde.initialize(null, mSerdeProp);
totalRows = 0;