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
CellCreator
          Facade to create Cells for HFileOutputFormat.
MultiTableInputFormatBase
          A base for MultiTableInputFormats.
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.
TableSnapshotInputFormat
          TableSnapshotInputFormat allows a MapReduce job to run over a table snapshot.
TableSplit
          A table split corresponds to a key range (low, high) and an optional scanner.
VisibilityExpressionResolver
          Interface to convert visibility expressions into Tags for storing along with Cells in HFiles.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.