public class PigOutputCommitter
extends org.apache.hadoop.mapreduce.OutputCommitter
Constructor and Description |
---|
PigOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context,
List<POStore> mapStores,
List<POStore> reduceStores) |
Modifier and Type | Method and Description |
---|---|
void |
abortJob(org.apache.hadoop.mapreduce.JobContext context,
org.apache.hadoop.mapreduce.JobStatus.State state) |
void |
abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
void |
cleanupJob(org.apache.hadoop.mapreduce.JobContext context) |
void |
commitJob(org.apache.hadoop.mapreduce.JobContext context) |
void |
commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
boolean |
isRecoverySupported() |
boolean |
needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
void |
recoverTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
static org.apache.hadoop.mapreduce.JobContext |
setUpContext(org.apache.hadoop.mapreduce.JobContext context,
POStore store) |
void |
setupJob(org.apache.hadoop.mapreduce.JobContext context) |
void |
setupTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
static void |
storeCleanup(POStore store,
org.apache.hadoop.conf.Configuration conf) |
public PigOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context, List<POStore> mapStores, List<POStore> reduceStores) throws IOException
context
- mapStores
- reduceStores
- IOException
public static org.apache.hadoop.mapreduce.JobContext setUpContext(org.apache.hadoop.mapreduce.JobContext context, POStore store) throws IOException
IOException
public static void storeCleanup(POStore store, org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
public boolean isRecoverySupported()
isRecoverySupported
in class org.apache.hadoop.mapreduce.OutputCommitter
public void recoverTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
recoverTask
in class org.apache.hadoop.mapreduce.OutputCommitter
IOException
public void cleanupJob(org.apache.hadoop.mapreduce.JobContext context) throws IOException
cleanupJob
in class org.apache.hadoop.mapreduce.OutputCommitter
IOException
public void commitJob(org.apache.hadoop.mapreduce.JobContext context) throws IOException
commitJob
in class org.apache.hadoop.mapreduce.OutputCommitter
IOException
public void abortJob(org.apache.hadoop.mapreduce.JobContext context, org.apache.hadoop.mapreduce.JobStatus.State state) throws IOException
abortJob
in class org.apache.hadoop.mapreduce.OutputCommitter
IOException
public void abortTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
abortTask
in class org.apache.hadoop.mapreduce.OutputCommitter
IOException
public void commitTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
commitTask
in class org.apache.hadoop.mapreduce.OutputCommitter
IOException
public boolean needsTaskCommit(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
needsTaskCommit
in class org.apache.hadoop.mapreduce.OutputCommitter
IOException
public void setupJob(org.apache.hadoop.mapreduce.JobContext context) throws IOException
setupJob
in class org.apache.hadoop.mapreduce.OutputCommitter
IOException
public void setupTask(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
setupTask
in class org.apache.hadoop.mapreduce.OutputCommitter
IOException
Copyright © 2007-2017 The Apache Software Foundation