Uses of Package
org.apache.hadoop.hbase.mapreduce
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
ClassDescriptionExtends the base
Mapper
class to add the required input key and value classes. -
ClassDescriptionShared implementation of mapreduce code over multiple table snapshots.Implementation class for InputSplit logic common between mapred and mapreduce.Implementation class for RecordReader logic common between mapred and mapreduce.
-
ClassDescriptionCounter enumeration to count the actual rows.Facade to create Cells for HFileOutputFormat.Writes HFiles.A base for
MultiTableInputFormat
s.Shared implementation of mapreduce code over multiple table snapshots.Computes size of each region for given table and given column families.Counter enumeration to count the actual rows.Convert HBase tabular data into a format that is consumable by Map/Reduce.A base forTableInputFormat
s.Extends the baseMapper
class to add the required input key and value classes.Iterate over an HBase table data, return (ImmutableBytesWritable, Result) pairs.Iterate over an HBase table data, return (ImmutableBytesWritable, Result) pairs.Extends the basicReducer
class to add the required key and value input/output classes.TableSnapshotInputFormat allows a MapReduce job to run over a table snapshot.Implementation class for InputSplit logic common between mapred and mapreduce.Implementation class for RecordReader logic common between mapred and mapreduce.A table split corresponds to a key range (low, high) and an optional scanner.Interface to convert visibility expressions into Tags for storing along with Cells in HFiles.RecordReader
for anWAL
file.Enum for map metrics. -
ClassDescriptionExtends the base
Mapper
class to add the required input key and value classes. -
ClassDescriptionExtends the base
Mapper
class to add the required input key and value classes.