public class InterRecordWriter extends org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.WritableComparable,Tuple>
InterRecordWriter
It uses the default InterSedes object for serialization.Constructor and Description |
---|
InterRecordWriter(org.apache.hadoop.fs.FSDataOutputStream out,
int syncMarkerLength,
long syncMarkerInterval) |
Modifier and Type | Method and Description |
---|---|
void |
close(org.apache.hadoop.mapreduce.TaskAttemptContext arg0) |
void |
write(org.apache.hadoop.io.WritableComparable wc,
Tuple t) |
public InterRecordWriter(org.apache.hadoop.fs.FSDataOutputStream out, int syncMarkerLength, long syncMarkerInterval)
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-2025 The Apache Software Foundation