Uses of Package
org.apache.hadoop.hbase.mapreduce

Packages that use org.apache.hadoop.hbase.mapreduce
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
 

Classes in org.apache.hadoop.hbase.mapreduce used by org.apache.hadoop.hbase.mapreduce
IndexConfiguration
          Configuration parameters for building a Lucene index.
LuceneDocumentWrapper
          A utility class used to pass a lucene document from reduce to OutputFormat.
TableInputFormatBase
          A base for TableInputFormats.
TableInputFormatBase.TableRecordReader
          Iterate over an HBase table data, return (ImmutableBytesWritable, Result) pairs.
TableMapper
          Extends the base Mapper class to add the required input key and value classes.
TableReducer
          Extends the basic Reducer class to add the required key and value input/output classes.
TableSplit
          A table split corresponds to a key range (low, high).
 



Copyright © 2010 The Apache Software Foundation