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