Uses of Class
org.apache.hadoop.hbase.mapreduce.TableInputFormat
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of org.apache.hadoop.hbase.mapreduce.TableInputFormat 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.