Package org.apache.accumulo.core.client.mapreduce

Class Summary
AccumuloFileOutputFormat This class allows MapReduce jobs to use the Accumulo data file format for output of data The user must specify the output path that does not exist following via static method calls to this class: AccumuloFileOutputFormat.setOutputPath(job, outputDirectory) Other methods from FileOutputFormat to configure options are ignored Compression is using the DefaultCodec and is always on
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 of data.
AccumuloRowInputFormat  
InputFormatBase<K,V> This class allows MapReduce jobs to use Accumulo as the source of data.
InputFormatBase.RangeInputSplit The Class RangeInputSplit.
InputFormatBase.RecordReaderBase<K,V>  
 

Enum Summary
InputFormatBase.RegexType Deprecated. since 1.4 use RegExFilter and InputFormatBase.addIterator(Configuration, IteratorSetting)
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.