Class AccumuloOutputFormat

  • All Implemented Interfaces:
    org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,​Mutation>

    public class AccumuloOutputFormat
    extends Object
    implements org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,​Mutation>
    Since:
    2.0
    See Also:
    AccumuloOutputFormat
    • Constructor Detail

      • AccumuloOutputFormat

        public AccumuloOutputFormat()
    • Method Detail

      • checkOutputSpecs

        public void checkOutputSpecs​(org.apache.hadoop.fs.FileSystem ignored,
                                     org.apache.hadoop.mapred.JobConf job)
                              throws IOException
        Specified by:
        checkOutputSpecs in interface org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,​Mutation>
        Throws:
        IOException
      • getRecordWriter

        public org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.Text,​Mutation> getRecordWriter​(org.apache.hadoop.fs.FileSystem ignored,
                                                                                                               org.apache.hadoop.mapred.JobConf job,
                                                                                                               String name,
                                                                                                               org.apache.hadoop.util.Progressable progress)
                                                                                                        throws IOException
        Specified by:
        getRecordWriter in interface org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,​Mutation>
        Throws:
        IOException