Package org.apache.accumulo.core.client.mapred

Class Summary
AccumuloFileOutputFormat This class allows MapReduce jobs to write output in the Accumulo data file format.
Care should be taken to write only sorted data (sorted by Key), as this is an important requirement of Accumulo data files.
AccumuloInputFormat This class allows MapReduce jobs to use Accumulo as the source of data.
AccumuloOutputFormat This class allows MapReduce jobs to use Accumulo as the sink for data.
AccumuloOutputFormat.AccumuloRecordWriter A base class to be used to create RecordWriter instances that write to Accumulo.
AccumuloRowInputFormat This class allows MapReduce jobs to use Accumulo as the source of data.
InputFormatBase<K,V> This abstract InputFormat class allows MapReduce jobs to use Accumulo as the source of K,V pairs.
InputFormatBase.RangeInputSplit The Class RangeInputSplit.
InputFormatBase.RecordReaderBase<K,V> An abstract base class to be used to create RecordReader instances that convert from Accumulo Key/Value pairs to the user's K/V types.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.