Class AccumuloFileOutputFormat

java.lang.Object
org.apache.hadoop.mapred.FileOutputFormat<Key,Value>
org.apache.accumulo.hadoop.mapred.AccumuloFileOutputFormat
All Implemented Interfaces:
org.apache.hadoop.mapred.OutputFormat<Key,Value>

public class AccumuloFileOutputFormat extends org.apache.hadoop.mapred.FileOutputFormat<Key,Value>
Since:
2.0
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.mapred.FileOutputFormat

    org.apache.hadoop.mapred.FileOutputFormat.Counter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static FileOutputFormatBuilder.PathParams<org.apache.hadoop.mapred.JobConf>
    Sets all the information required for this map reduce job.
    org.apache.hadoop.mapred.RecordWriter<Key,Value>
    getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
     

    Methods inherited from class org.apache.hadoop.mapred.FileOutputFormat

    checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath, setWorkOutputPath

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AccumuloFileOutputFormat

      public AccumuloFileOutputFormat()
  • Method Details

    • getRecordWriter

      public org.apache.hadoop.mapred.RecordWriter<Key,Value> getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
      Specified by:
      getRecordWriter in interface org.apache.hadoop.mapred.OutputFormat<Key,Value>
      Specified by:
      getRecordWriter in class org.apache.hadoop.mapred.FileOutputFormat<Key,Value>
    • configure

      public static FileOutputFormatBuilder.PathParams<org.apache.hadoop.mapred.JobConf> configure()
      Sets all the information required for this map reduce job.