Class CLIMergingAnySAMOutputFormat<K>
- java.lang.Object
-
- org.apache.hadoop.mapreduce.OutputFormat<K,V>
-
- org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,org.seqdoop.hadoop_bam.SAMRecordWritable>
-
- fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop.hadoopbamcli.CLIMergingAnySAMOutputFormat<K>
-
public class CLIMergingAnySAMOutputFormat<K> extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,org.seqdoop.hadoop_bam.SAMRecordWritable>
-
-
Constructor Summary
Constructors Constructor Description CLIMergingAnySAMOutputFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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,org.seqdoop.hadoop_bam.SAMRecordWritable>
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
-
Methods inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
getCompressOutput, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath
-
-
-
-
Method Detail
-
getRecordWriter
public org.apache.hadoop.mapreduce.RecordWriter<K,org.seqdoop.hadoop_bam.SAMRecordWritable> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
- Specified by:
getRecordWriter
in classorg.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,org.seqdoop.hadoop_bam.SAMRecordWritable>
- Throws:
IOException
-
getDefaultWorkFile
public org.apache.hadoop.fs.Path getDefaultWorkFile(org.apache.hadoop.mapreduce.TaskAttemptContext ctx, String ext) throws IOException
- Overrides:
getDefaultWorkFile
in classorg.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,org.seqdoop.hadoop_bam.SAMRecordWritable>
- Throws:
IOException
-
checkOutputSpecs
public void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext job)
- Overrides:
checkOutputSpecs
in classorg.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,org.seqdoop.hadoop_bam.SAMRecordWritable>
-
-