@InterfaceAudience.Public @InterfaceStability.Evolving public interface PartialOutputCommitter
OutputCommitter
 implementing partial commit of task output, as during preemption.| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | cleanUpPartialOutputForTask(TaskAttemptContext context)Remove all previously committed outputs from prior executions of this task. | 
void cleanUpPartialOutputForTask(TaskAttemptContext context) throws IOException
context - Context for cleaning up previously promoted output.IOException - If cleanup fails, then the state of the task my not be
                     well defined.Copyright © 2016 Apache Software Foundation. All rights reserved.