public class RangeChecksumInputFormat
extends org.apache.hadoop.hbase.mapreduce.TableInputFormat
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INCLUDEDREGIONFILENAME |
static java.lang.String |
SPLITFILENAME |
INPUT_TABLE, SCAN, SCAN_BATCHSIZE, SCAN_CACHEBLOCKS, SCAN_CACHEDROWS, SCAN_COLUMN_FAMILY, SCAN_COLUMNS, SCAN_MAXVERSIONS, SCAN_ROW_START, SCAN_ROW_STOP, SCAN_TIMERANGE_END, SCAN_TIMERANGE_START, SCAN_TIMESTAMP, SHUFFLE_MAPS| Constructor and Description |
|---|
RangeChecksumInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.apache.hadoop.mapreduce.InputSplit> |
getSplits(org.apache.hadoop.mapreduce.JobContext context) |
org.apache.hadoop.hbase.io.ImmutableBytesWritable |
getSplitStartKey(org.apache.hadoop.hbase.io.ImmutableBytesWritable key) |
protected boolean |
includeRegionInSplit(byte[] startKey,
byte[] endKey) |
void |
setConf(org.apache.hadoop.conf.Configuration configuration) |
addColumns, configureSplitTable, getConf, getStartEndKeys, initializepublic static final java.lang.String SPLITFILENAME
public static final java.lang.String INCLUDEDREGIONFILENAME
public void setConf(org.apache.hadoop.conf.Configuration configuration)
setConf in interface org.apache.hadoop.conf.ConfigurablesetConf in class org.apache.hadoop.hbase.mapreduce.TableInputFormatpublic org.apache.hadoop.hbase.io.ImmutableBytesWritable getSplitStartKey(org.apache.hadoop.hbase.io.ImmutableBytesWritable key)
protected boolean includeRegionInSplit(byte[] startKey,
byte[] endKey)
includeRegionInSplit in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBasepublic java.util.List<org.apache.hadoop.mapreduce.InputSplit> getSplits(org.apache.hadoop.mapreduce.JobContext context)
throws java.io.IOException
getSplits in class org.apache.hadoop.hbase.mapreduce.TableInputFormatjava.io.IOException