Package org.apache.hadoop.hbase.client
Class TestMobSnapshotFromClient
java.lang.Object
org.apache.hadoop.hbase.client.SnapshotFromClientTestBase
org.apache.hadoop.hbase.client.TestMobSnapshotFromClient
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestMobSnapshotFromClient
extends SnapshotFromClientTestBase
Test create/using/deleting snapshots from the client
This is an end-to-end test for the snapshot utility
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.client.SnapshotFromClientTestBase
name, NUM_RS, STRING_TABLE_NAME, TABLE_NAME, TEST_FAM, trackerImpl, UTIL -
Constructor Summary
ConstructorsConstructorDescriptionTestMobSnapshotFromClient(org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory.Trackers trackerImpl) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidstatic voidSetup the config for the clusterprotected static voidsetupConf(org.apache.hadoop.conf.Configuration conf) Methods inherited from class org.apache.hadoop.hbase.client.SnapshotFromClientTestBase
cleanupTest, getNumReplicas, parameters, setup, tearDown, testDeleteTableSnapshots, testDeleteTableSnapshotsWithRegex, testListTableSnapshots, testListTableSnapshotsWithRegex, testMetaTablesSnapshot, testOfflineTableSnapshot, testOfflineTableSnapshotWithEmptyRegions, testSnapshotDeletionWithRegex, testSnapshotFailsOnNonExistantTable
-
Constructor Details
-
TestMobSnapshotFromClient
public TestMobSnapshotFromClient(org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory.Trackers trackerImpl)
-
-
Method Details
-
setupCluster
Setup the config for the cluster- Throws:
Exception- on failure
-
setupConf
-
createTable
- Overrides:
createTablein classSnapshotFromClientTestBase- Throws:
Exception
-