Package | Description |
---|---|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
org.apache.hadoop.hbase.replication.regionserver | |
org.apache.hadoop.hbase.tool |
Modifier and Type | Class and Description |
---|---|
class |
LoadIncrementalHFiles
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use
LoadIncrementalHFiles instead. |
Modifier and Type | Method and Description |
---|---|
private void |
HFileReplicator.doBulkLoad(LoadIncrementalHFiles loadHFiles,
Table table,
Deque<LoadIncrementalHFiles.LoadQueueItem> queue,
RegionLocator locator,
int maxRetries) |
Modifier and Type | Class and Description |
---|---|
class |
BulkLoadHFilesTool
The implementation for
BulkLoadHFiles , and also can be executed from command line as a
tool. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.