Uses of Class
org.apache.hadoop.hbase.mapreduce.TableInputFormatBase

Packages that use org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
Package
Description
Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility methods.
  • Uses of org.apache.hadoop.hbase.mapreduce.TableInputFormatBase in org.apache.hadoop.hbase.mapreduce

    Subclasses of org.apache.hadoop.hbase.mapreduce.TableInputFormatBase in in org.apache.hadoop.hbase.mapreduce
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.mapreduce.RoundRobinTableInputFormat
    Process the return from super-class TableInputFormat (TIF) so as to undo any clumping of InputSplits around RegionServers.
    class 
    org.apache.hadoop.hbase.mapreduce.TableInputFormat
    Convert HBase tabular data into a format that is consumable by Map/Reduce.