Uses of Class
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
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.mapreduce.RoundRobinTableInputFormat
Process the return from super-classTableInputFormat
(TIF) so as to undo any clumping ofInputSplit
s around RegionServers.class
org.apache.hadoop.hbase.mapreduce.TableInputFormat
Convert HBase tabular data into a format that is consumable by Map/Reduce.