public class CLIMergingAnySAMOutputFormat<K> extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,SAMRecordWritable>
| Constructor and Description |
|---|
CLIMergingAnySAMOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext job) |
org.apache.hadoop.fs.Path |
getDefaultWorkFile(org.apache.hadoop.mapreduce.TaskAttemptContext ctx,
String ext) |
org.apache.hadoop.mapreduce.RecordWriter<K,SAMRecordWritable> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
getCompressOutput, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPathpublic org.apache.hadoop.mapreduce.RecordWriter<K,SAMRecordWritable> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
getRecordWriter in class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,SAMRecordWritable>IOExceptionpublic org.apache.hadoop.fs.Path getDefaultWorkFile(org.apache.hadoop.mapreduce.TaskAttemptContext ctx,
String ext)
throws IOException
getDefaultWorkFile in class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,SAMRecordWritable>IOExceptionpublic void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext job)
checkOutputSpecs in class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,SAMRecordWritable>Copyright © 2016. All rights reserved.