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
IOException
void commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.