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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract org.apache.hadoop.mapreduce.RecordWriter<Long,T>
    getRecordWriter(org.apache.hadoop.conf.Configuration conf, OutputStream out, FragmentOutputSpec fragmentOutputSpec)
     
    org.apache.hadoop.mapreduce.RecordWriter<Long,T>
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      getRecordWriter in class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<Long,T>
      Throws:
      IOException
      InterruptedException
    • getRecordWriter

      protected abstract org.apache.hadoop.mapreduce.RecordWriter<Long,T> getRecordWriter(org.apache.hadoop.conf.Configuration conf, OutputStream out, FragmentOutputSpec fragmentOutputSpec)