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
CellCreator
          Facade to create Cells for HFileOutputFormat.
HashTable.TableHash
           
HashTable.TableHash.Reader
           
Import.KeyValueWritableComparable
           
ImportTsv.TsvParser
           
ImportTsv.TsvParser.BadTsvLineException
           
KeyValueSerialization.KeyValueDeserializer
           
KeyValueSerialization.KeyValueSerializer
           
MultiTableInputFormatBase
          A base for MultiTableInputFormats.
SyncTable.SyncMapper.Counter
           
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.
TableSnapshotInputFormatImpl.InputSplit
          Implementation class for InputSplit logic common between mapred and mapreduce.
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.
 

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 © 2007–2015 The Apache Software Foundation. All rights reserved.