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.
AccumuloInputFormat.RangeInputSplit The Class RangeInputSplit.
AccumuloOutputFormat This class allows MapReduce jobs to use Accumulo as the sink of data.
 

Enum Summary
AccumuloInputFormat.RegexType  
 



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