Package org.apache.hadoop.hbase.mapred


package org.apache.hadoop.hbase.mapred
Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility methods.

See HBase and MapReduce in the HBase Reference Guide for mapreduce over hbase documentation.

  • Class
    Description
    org.apache.hadoop.hbase.mapred.Driver
    Driver for hbase mapreduce jobs.
    org.apache.hadoop.hbase.mapred.GroupingTableMap
    Extract grouping columns from input record
    org.apache.hadoop.hbase.mapred.HRegionPartitioner<K2,V2>
    This is used to partition the output keys into groups of keys.
    org.apache.hadoop.hbase.mapred.IdentityTableMap
    Pass the given key and record as-is to reduce
    org.apache.hadoop.hbase.mapred.IdentityTableReduce
    Write to table each key, record pair
    org.apache.hadoop.hbase.mapred.MultiTableSnapshotInputFormat
    MultiTableSnapshotInputFormat generalizes TableSnapshotInputFormat allowing a MapReduce job to run over one or more table snapshots, with one or more scans configured for each.
    org.apache.hadoop.hbase.mapred.RowCounter
    A job with a map to count rows.
    org.apache.hadoop.hbase.mapred.TableInputFormat
    Convert HBase tabular data into a format that is consumable by Map/Reduce.
    org.apache.hadoop.hbase.mapred.TableInputFormatBase
    A Base for TableInputFormats.
    org.apache.hadoop.hbase.mapred.TableMap<K extends org.apache.hadoop.io.WritableComparable<? super K>,V>
    Scan an HBase table to sort by a specified sort column.
    org.apache.hadoop.hbase.mapred.TableMapReduceUtil
    Utility for TableMap and TableReduce
    org.apache.hadoop.hbase.mapred.TableOutputFormat
    Convert Map/Reduce output and write it to an HBase table
    org.apache.hadoop.hbase.mapred.TableOutputFormat.TableRecordWriter
    Convert Reduce output (key, value) to (HStoreKey, KeyedDataArrayWritable) and write to an HBase table.
    org.apache.hadoop.hbase.mapred.TableRecordReader
    Iterate over an HBase table data, return (Text, RowResult) pairs
    org.apache.hadoop.hbase.mapred.TableRecordReaderImpl
    Iterate over an HBase table data, return (Text, RowResult) pairs
    org.apache.hadoop.hbase.mapred.TableReduce<K extends org.apache.hadoop.io.WritableComparable,V>
    Write a table, sorting by the input key
    org.apache.hadoop.hbase.mapred.TableSnapshotInputFormat
    TableSnapshotInputFormat allows a MapReduce job to run over a table snapshot.
    org.apache.hadoop.hbase.mapred.TableSnapshotInputFormat.TableSnapshotRegionSplit
     
    org.apache.hadoop.hbase.mapred.TableSplit
    A table split corresponds to a key range [low, high)