Class LoadIncrementalHFiles

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
Direct Known Subclasses:
BulkLoadHFilesTool, LoadIncrementalHFiles

@Deprecated @Public public class LoadIncrementalHFiles extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
Deprecated.
since 2.2.0, will be removed in 3.0.0. Use BulkLoadHFiles instead. Please rewrite your code if you rely on methods other than the run(Map, TableName) and run(String, TableName), as all the methods other than them will be removed with no replacement.
Tool to load the output of HFileOutputFormat into an existing table.

Notice that, by default, this class should be kept till 4.0.0, but as this is a bad practice that we expose an implementation class instead of an interface, we want to fix it ASAP. That's why we will remove this class completely in 3.0.0. Please change your code to use BulkLoadHFiles.