public class HBaseTableInputFormat
extends org.apache.hadoop.hbase.mapreduce.TableInputFormat
Modifier and Type | Class and Description |
---|---|
static class |
HBaseTableInputFormat.HBaseTableIFBuilder |
protected class |
HBaseTableInputFormat.HBaseTableRecordReader |
Modifier and Type | Field and Description |
---|---|
protected byte[] |
gt_ |
protected byte[] |
gte_ |
protected byte[] |
lt_ |
protected byte[] |
lte_ |
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
Modifier | Constructor and Description |
---|---|
|
HBaseTableInputFormat() |
protected |
HBaseTableInputFormat(long limit,
byte[] gt,
byte[] gte,
byte[] lt,
byte[] lte) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.hadoop.mapreduce.InputSplit> |
getSplits(org.apache.hadoop.mapreduce.JobContext context) |
addColumns, configureSplitTable, getConf, getStartEndKeys, initialize, setConf
calculateRebalancedSplits, closeTable, createRecordReader, getAdmin, getHTable, getRegionLocator, getScan, getSplitKey, getTable, includeRegionInSplit, initializeTable, reverseDNS, setHTable, setScan, setTableRecordReader
protected final byte[] gt_
protected final byte[] gte_
protected final byte[] lt_
protected final byte[] lte_
public HBaseTableInputFormat()
protected HBaseTableInputFormat(long limit, byte[] gt, byte[] gte, byte[] lt, byte[] lte)
public List<org.apache.hadoop.mapreduce.InputSplit> getSplits(org.apache.hadoop.mapreduce.JobContext context) throws IOException
getSplits
in class org.apache.hadoop.hbase.mapreduce.TableInputFormat
IOException
Copyright © 2007-2017 The Apache Software Foundation