Package | Description |
---|---|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility
|
org.apache.hadoop.hbase.mapreduce.replication |
Class and Description |
---|
ImportTsv.TsvParser.BadTsvLineException |
KeyValueSerialization.KeyValueDeserializer |
KeyValueSerialization.KeyValueSerializer |
MultiTableInputFormatBase
A base for
MultiTableInputFormat s. |
TableInputFormatBase
A base for
TableInputFormat s. |
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) and an optional scanner.
|
Class and Description |
---|
TableMapper
Extends the base
Mapper class to add the required input key
and value classes. |
Copyright © 2013 The Apache Software Foundation. All rights reserved.