public static class PigOutputFormatTez.PigOutputCommitterTez extends PigOutputCommitter
Constructor and Description |
---|
PigOutputCommitterTez(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 |
commitJob(org.apache.hadoop.mapreduce.JobContext context) |
void |
setupJob(org.apache.hadoop.mapreduce.JobContext context) |
abortTask, cleanupJob, commitTask, isRecoverySupported, needsTaskCommit, recoverTask, setUpContext, setupTask, storeCleanup
public PigOutputCommitterTez(org.apache.hadoop.mapreduce.TaskAttemptContext context, List<POStore> mapStores, List<POStore> reduceStores) throws IOException
IOException
public void setupJob(org.apache.hadoop.mapreduce.JobContext context) throws IOException
setupJob
in class PigOutputCommitter
IOException
public void commitJob(org.apache.hadoop.mapreduce.JobContext context) throws IOException
commitJob
in class PigOutputCommitter
IOException
public void abortJob(org.apache.hadoop.mapreduce.JobContext context, org.apache.hadoop.mapreduce.JobStatus.State state) throws IOException
abortJob
in class PigOutputCommitter
IOException
Copyright © 2007-2017 The Apache Software Foundation