Package org.apache.hadoop.hbase.client
Class TestMobSnapshotFromClient
java.lang.Object
org.apache.hadoop.hbase.client.TestSnapshotFromClient
org.apache.hadoop.hbase.client.TestMobSnapshotFromClient
Test create/using/deleting snapshots from the client
This is an end-to-end test for the snapshot utility
-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.client.TestSnapshotFromClient
name, NUM_RS, STRING_TABLE_NAME, TABLE_NAME, TEST_FAM, trackerImpl, UTIL -
Constructor Summary
Constructors -
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.TestSnapshotFromClient
cleanupTest, getNumReplicas, params, setup, tearDown, testDeleteTableSnapshots, testDeleteTableSnapshotsWithRegex, testListTableSnapshots, testListTableSnapshotsWithRegex, testMetaTablesSnapshot, testOfflineTableSnapshot, testOfflineTableSnapshotWithEmptyRegions, testSnapshotDeletionWithRegex, testSnapshotFailsOnNonExistantTable
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestMobSnapshotFromClient
public TestMobSnapshotFromClient()
-
-
Method Details
-
setupCluster
Setup the config for the cluster- Throws:
Exception- on failure
-
setupConf
-
createTable
- Overrides:
createTablein classTestSnapshotFromClient- Throws:
Exception
-