Class 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:
    AccumuloFileOutputFormat
    • Nested Class Summary

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

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

      • AccumuloFileOutputFormat

        public AccumuloFileOutputFormat()
    • Method Detail

      • 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>