707172737475767778
HowlSchema outputSchema = null; @Override public InputFormat<?,?> getInputFormat() throws IOException { if(howlInputFormat == null) { howlInputFormat = new HowlInputFormat(); } return howlInputFormat; }