Class AccumuloInputFormat

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

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