public static interface TaskCommitContextRegistry.TaskCommitterProxy
| Modifier and Type | Method and Description |
|---|---|
void |
abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext context)
Call-back for Committer's abortTask().
|
void |
commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext context)
Call-back for Committer's abortTask().
|
void abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException
IOExceptionvoid commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException
IOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.