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 
org.apache.hadoop.hbase.mapreduce.replication   
 

Classes in org.apache.hadoop.hbase.mapreduce used by org.apache.hadoop.hbase.mapreduce
TableInputFormatBase
          A base for TableInputFormats.
TableMapper
          Extends the base Mapper class to add the required input key and value classes.
TableRecordReader
          Iterate over an HBase table data, return (ImmutableBytesWritable, Result) pairs.
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).
 

Classes in org.apache.hadoop.hbase.mapreduce used by org.apache.hadoop.hbase.mapreduce.replication
TableMapper
          Extends the base Mapper class to add the required input key and value classes.
 



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