public class LzoIndexOutputFormat extends org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.fs.Path,org.apache.hadoop.io.LongWritable>
Constructor and Description |
---|
LzoIndexOutputFormat() |
Modifier and Type | Method and Description |
---|---|
void |
checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext job) |
org.apache.hadoop.mapreduce.OutputCommitter |
getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) |
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.fs.Path,org.apache.hadoop.io.LongWritable> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) |
public LzoIndexOutputFormat()
public org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.fs.Path,org.apache.hadoop.io.LongWritable> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) throws IOException, InterruptedException
getRecordWriter
in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.fs.Path,org.apache.hadoop.io.LongWritable>
IOException
InterruptedException
public void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext job) throws org.apache.hadoop.mapred.FileAlreadyExistsException, IOException
checkOutputSpecs
in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.fs.Path,org.apache.hadoop.io.LongWritable>
org.apache.hadoop.mapred.FileAlreadyExistsException
IOException
public org.apache.hadoop.mapreduce.OutputCommitter getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) throws IOException, InterruptedException
getOutputCommitter
in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.fs.Path,org.apache.hadoop.io.LongWritable>
IOException
InterruptedException