Class TableInputFormat

java.lang.Object
org.apache.hadoop.mapreduce.InputFormat<ImmutableBytesWritable,Result>
org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
org.apache.hadoop.hbase.mapreduce.TableInputFormat
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
Direct Known Subclasses:
RoundRobinTableInputFormat

@Public public class TableInputFormat extends TableInputFormatBase implements org.apache.hadoop.conf.Configurable
Convert HBase tabular data into a format that is consumable by Map/Reduce.