158159160161162163164
} @SuppressWarnings("unchecked") @Override public OutputFormat<Object, Map<Writable, Writable>> getOutputFormat() throws IOException { return new EsOutputFormat(); }
162163164165166167168