Package | Description |
---|---|
org.apache.hadoop.hbase.mapred |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility
|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility
|
Modifier and Type | Method and Description |
---|---|
protected HTable |
TableInputFormatBase.getHTable()
Deprecated.
Allows subclasses to get the
HTable . |
Modifier and Type | Method and Description |
---|---|
protected void |
TableInputFormatBase.setHTable(HTable table)
Deprecated.
Allows subclasses to set the
HTable . |
void |
TableRecordReaderImpl.setHTable(HTable htable)
Deprecated.
|
void |
TableRecordReader.setHTable(HTable htable)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected HTable |
TableInputFormatBase.getHTable()
Allows subclasses to get the
HTable . |
Modifier and Type | Method and Description |
---|---|
protected void |
LoadIncrementalHFiles.bulkLoadPhase(HTable table,
HConnection conn,
ExecutorService pool,
Deque<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> queue,
com.google.common.collect.Multimap<ByteBuffer,org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> regionGroups)
This takes the LQI's grouped by likely regions and attempts to bulk load
them.
|
static void |
HFileOutputFormat.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
HTable table)
Deprecated.
Configure a MapReduce Job to perform an incremental load into the given
table.
|
static void |
HFileOutputFormat2.configureIncrementalLoad(org.apache.hadoop.mapreduce.Job job,
HTable table)
Configure a MapReduce Job to perform an incremental load into the given
table.
|
void |
LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir,
HTable table)
Perform a bulk load of the given directory into the given
pre-existing table.
|
protected List<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> |
LoadIncrementalHFiles.groupOrSplit(com.google.common.collect.Multimap<ByteBuffer,org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> regionGroups,
org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem item,
HTable table,
Pair<byte[][],byte[][]> startEndKeys)
Attempt to assign the given load queue item into its target region group.
|
protected void |
TableInputFormatBase.setHTable(HTable table)
Allows subclasses to set the
HTable . |
void |
TableRecordReaderImpl.setHTable(HTable htable)
Sets the HBase table.
|
void |
TableRecordReader.setHTable(HTable htable)
Sets the HBase table.
|
protected List<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> |
LoadIncrementalHFiles.splitStoreFile(org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem item,
HTable table,
byte[] startKey,
byte[] splitKey) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.