103104105106107108109
} @Override public OutputCommitter getOutputCommitter(TaskAttemptContext context) throws IOException, InterruptedException { return new TableOutputCommitter(); }
92939495969798
} @Override public OutputCommitter getOutputCommitter(TaskAttemptContext ctxt) throws IOException, InterruptedException { return new TableOutputCommitter(); }
105106107108109110111
89909192939495
108109110111112113114