Class AccumuloInputFormat

All Implemented Interfaces:
org.apache.hadoop.mapred.InputFormat<Key,Value>

public class AccumuloInputFormat extends InputFormatBase<Key,Value>
This class allows MapReduce jobs to use Accumulo as the source of data. This InputFormat provides keys and values of type Key and Value to the Map function. The user must specify the following via static configurator methods: Other static methods are optional.
  • Constructor Details

    • AccumuloInputFormat

      public AccumuloInputFormat()
  • Method Details

    • getRecordReader

      public org.apache.hadoop.mapred.RecordReader<Key,Value> getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter) throws IOException
      Throws:
      IOException