Class IntegrationTestBackupRestore

java.lang.Object
org.apache.hadoop.hbase.util.AbstractHBaseTool
org.apache.hadoop.hbase.IntegrationTestBase
org.apache.hadoop.hbase.IntegrationTestBackupRestore
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

An integration test to detect regressions in HBASE-7912. Create a table with many regions, load data, perform series backup/load operations, then restore and verify data
See Also: