Class OutputFormatBase<T>
java.lang.Object
org.apache.hadoop.mapreduce.OutputFormat<K,V>
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<Long,T>
net.sansa_stack.hadoop.output.jena.base.OutputFormatBase<T>
- Direct Known Subclasses:
OutputFormatRowSet,OutputFormatStreamRdfBase
public abstract class OutputFormatBase<T>
extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<Long,T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat.Counter -
Field Summary
Fields inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
BASE_OUTPUT_NAME, COMPRESS, COMPRESS_CODEC, COMPRESS_TYPE, OUTDIR, PART -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRecordWriter(org.apache.hadoop.conf.Configuration conf, OutputStream out, FragmentOutputSpec fragmentOutputSpec) getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext job) Methods inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath
-
Constructor Details
-
OutputFormatBase
public OutputFormatBase()
-
-
Method Details
-
getRecordWriter
public org.apache.hadoop.mapreduce.RecordWriter<Long,T> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext job) throws IOException, InterruptedException - Specified by:
getRecordWriterin classorg.apache.hadoop.mapreduce.lib.output.FileOutputFormat<Long,T> - Throws:
IOExceptionInterruptedException
-
getRecordWriter
protected abstract org.apache.hadoop.mapreduce.RecordWriter<Long,T> getRecordWriter(org.apache.hadoop.conf.Configuration conf, OutputStream out, FragmentOutputSpec fragmentOutputSpec)
-