Uses of Class
org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
Packages that use TableInputFormatBase
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of TableInputFormatBase in org.apache.hadoop.hbase.mapreduce
Subclasses of TableInputFormatBase in org.apache.hadoop.hbase.mapreduceModifier and TypeClassDescriptionclassProcess the return from super-classTableInputFormat(TIF) so as to undo any clumping ofInputSplits around RegionServers.classConvert HBase tabular data into a format that is consumable by Map/Reduce.