Package org.apache.accumulo.core.client.mapred
package org.apache.accumulo.core.client.mapred
-
ClassDescriptionAbstractInputFormat<K,
V> An abstract input format to provide shared methods common to all other input format classes.This class allows MapReduce jobs to write output in the Accumulo data file format.
Care should be taken to write only sorted data (sorted byKey
), as this is an important requirement of Accumulo data files.This class allows MapReduce jobs to use Accumulo as the source of data.This class allows MapReduce jobs to use multiple Accumulo tables as the source of data.This class allows MapReduce jobs to use Accumulo as the sink for data.A base class to be used to createRecordWriter
instances that write to Accumulo.This class allows MapReduce jobs to use Accumulo as the source of data.InputFormatBase<K,V> This abstractInputFormat
class allows MapReduce jobs to use Accumulo as the source of K,V pairs.Deprecated.The Class RangeInputSplit.
RangeInputSplit
instead.