public class PigOutputFormatTez extends PigOutputFormat
Modifier and Type | Class and Description |
---|---|
static class |
PigOutputFormatTez.PigOutputCommitterTez |
PigOutputFormat.PigRecordWriter
currentConf, mapStores, PIG_MAPRED_OUTPUT_DIR, PIG_TMP_PATH, reduceStores
Constructor and Description |
---|
PigOutputFormatTez() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.OutputCommitter |
getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext taskattemptcontext) |
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.WritableComparable,Tuple> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext taskattemptcontext) |
static void |
resetUDFContextForThreadReuse() |
checkOutputSpecs, setLocation, setupUdfEnvAndStores
public org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.WritableComparable,Tuple> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext taskattemptcontext) throws IOException, InterruptedException
getRecordWriter
in class PigOutputFormat
IOException
InterruptedException
public org.apache.hadoop.mapreduce.OutputCommitter getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext taskattemptcontext) throws IOException, InterruptedException
getOutputCommitter
in class PigOutputFormat
IOException
InterruptedException
public static void resetUDFContextForThreadReuse()
Copyright © 2007-2017 The Apache Software Foundation