Uses of Class
org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat
Packages that use org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
- 
Uses of org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat in org.apache.hadoop.hbase.mapreduceSubclasses of org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat in in org.apache.hadoop.hbase.mapreduceModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.mapreduce.MultiTableSnapshotInputFormatMultiTableSnapshotInputFormat generalizesTableSnapshotInputFormatallowing a MapReduce job to run over one or more table snapshots, with one or more scans configured for each.