Package | Description |
---|---|
org.apache.hadoop.hbase.mapred |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
Class and Description |
---|
RowCounter.RowCounterMapper.Counters |
TableInputFormatBase
A Base for
TableInputFormat s. |
TableMap
Scan an HBase table to sort by a specified sort column.
|
TableRecordReader
Iterate over an HBase table data, return (Text, RowResult) pairs
|
TableRecordReaderImpl
Iterate over an HBase table data, return (Text, RowResult) pairs
|
TableReduce
Write a table, sorting by the input key
|
TableSnapshotInputFormat
TableSnapshotInputFormat allows a MapReduce job to run over a table snapshot.
|
TableSnapshotInputFormat.TableSnapshotRegionSplit |
TableSplit
A table split corresponds to a key range [low, high)
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.