117118119120121122123124125
@Override public InputFormat getInputFormat() throws IOException { if (inputFormat == null) { inputFormat = new HCatEximInputFormat(); } return inputFormat; }