Class AccumuloInputFormat

java.lang.Object
org.apache.hadoop.mapreduce.InputFormat<K,V>

@Deprecated(since="2.0.0") public class AccumuloInputFormat extends InputFormatBase<Key,Value>
Deprecated.
since 2.0.0; Use org.apache.accumulo.hadoop.mapreduce instead from the accumulo-hadoop-mapreduce.jar
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()
      Deprecated.
  • Method Details

    • createRecordReader

      public org.apache.hadoop.mapreduce.RecordReader<Key,Value> createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException, InterruptedException
      Deprecated.
      Specified by:
      createRecordReader in class org.apache.hadoop.mapreduce.InputFormat<Key,Value>
      Throws:
      IOException
      InterruptedException