Class LoadIncrementalHFiles
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
,org.apache.hadoop.util.Tool
Deprecated.
Tool to load the output of HFileOutputFormat into an existing table.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0. -
Field Summary
Fields inherited from class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
ALWAYS_COPY_FILES, CREATE_TABLE_CONF_KEY, FAIL_IF_NEED_SPLIT_HFILE, IGNORE_UNMATCHED_CF_CONF_KEY, MAX_FILES_PER_REGION_PER_FAMILY, NAME
-
Constructor Summary
ConstructorDescriptionLoadIncrementalHFiles
(org.apache.hadoop.conf.Configuration conf) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Methods inherited from class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
buildClientServiceCallable, bulkLoadPhase, disableReplication, doBulkLoad, doBulkLoad, doBulkLoad, groupOrSplit, inferBoundaries, initialize, loadHFileQueue, loadHFileQueue, main, prepareHFileQueue, prepareHFileQueue, prepareHFileQueue, run, run, run, run, setBulkToken, setClusterIds, tryAtomicRegionLoad, tryAtomicRegionLoad
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Constructor Details
-
LoadIncrementalHFiles
Deprecated.
-
-
Method Details
-
run
public Map<LoadIncrementalHFiles.LoadQueueItem,ByteBuffer> run(String dirPath, Map<byte[], List<org.apache.hadoop.fs.Path>> map, TableName tableName) throws IOExceptionDeprecated.- Throws:
IOException
-
LoadIncrementalHFiles
instead.