@InterfaceAudience.Public @InterfaceStability.Stable public class TableOutputCommitter extends org.apache.hadoop.mapreduce.OutputCommitter
| 构造器和说明 |
|---|
TableOutputCommitter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) |
void |
cleanupJob(org.apache.hadoop.mapreduce.JobContext arg0) |
void |
commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) |
boolean |
isRecoverySupported() |
boolean |
needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) |
void |
recoverTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskContext) |
void |
setupJob(org.apache.hadoop.mapreduce.JobContext arg0) |
void |
setupTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) |
public void abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
throws IOException
abortTask 在类中 org.apache.hadoop.mapreduce.OutputCommitterIOExceptionpublic void cleanupJob(org.apache.hadoop.mapreduce.JobContext arg0)
throws IOException
cleanupJob 在类中 org.apache.hadoop.mapreduce.OutputCommitterIOExceptionpublic void commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
throws IOException
commitTask 在类中 org.apache.hadoop.mapreduce.OutputCommitterIOExceptionpublic boolean needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
throws IOException
needsTaskCommit 在类中 org.apache.hadoop.mapreduce.OutputCommitterIOExceptionpublic void setupJob(org.apache.hadoop.mapreduce.JobContext arg0)
throws IOException
setupJob 在类中 org.apache.hadoop.mapreduce.OutputCommitterIOExceptionpublic void setupTask(org.apache.hadoop.mapreduce.TaskAttemptContext arg0)
throws IOException
setupTask 在类中 org.apache.hadoop.mapreduce.OutputCommitterIOExceptionpublic boolean isRecoverySupported()
isRecoverySupported 在类中 org.apache.hadoop.mapreduce.OutputCommitterpublic void recoverTask(org.apache.hadoop.mapreduce.TaskAttemptContext taskContext)
throws IOException
recoverTask 在类中 org.apache.hadoop.mapreduce.OutputCommitterIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.