public class TFileRecordWriter extends org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.WritableComparable,Tuple>
InterRecordWriter
It uses the default InterSedes object for serialization.Constructor and Description |
---|
TFileRecordWriter(org.apache.hadoop.fs.Path file,
java.lang.String codec,
org.apache.hadoop.conf.Configuration conf) |
public TFileRecordWriter(org.apache.hadoop.fs.Path file, java.lang.String codec, org.apache.hadoop.conf.Configuration conf) throws java.io.IOException
java.io.IOException
public void close(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) throws java.io.IOException, java.lang.InterruptedException
close
in class org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.WritableComparable,Tuple>
java.io.IOException
java.lang.InterruptedException
public void write(org.apache.hadoop.io.WritableComparable wc, Tuple t) throws java.io.IOException, java.lang.InterruptedException
write
in class org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.WritableComparable,Tuple>
java.io.IOException
java.lang.InterruptedException
Copyright © 2007-2012 The Apache Software Foundation