Package org.apache.hadoop.hbase.client
Class TestSnapshotDFSTemporaryDirectory
java.lang.Object
org.apache.hadoop.hbase.client.TestSnapshotTemporaryDirectory
org.apache.hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
This class tests that the use of a temporary snapshot directory supports snapshot functionality
while the temporary directory is on the same file system as the root directory
This is an end-to-end test for the snapshot utility
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.client.TestSnapshotTemporaryDirectory
admin, manifestVersion, NUM_RS, STRING_TABLE_NAME, TABLE_NAME, TEMP_DIR, TEST_FAM, UTIL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Setup the config for the clusterprivate static void
setupConf
(org.apache.hadoop.conf.Configuration conf) Methods inherited from class org.apache.hadoop.hbase.client.TestSnapshotTemporaryDirectory
cleanupTest, data, getNumReplicas, setup, tearDown, testEnsureTemporaryDirectoryTransfer, testOfflineTableSnapshot, testOfflineTableSnapshotWithEmptyRegion, testRestoreDisabledSnapshot, testRestoreEnabledSnapshot, testSnapshotCloneContents
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestSnapshotDFSTemporaryDirectory
public TestSnapshotDFSTemporaryDirectory()
-
-
Method Details
-
setupCluster
Setup the config for the cluster- Throws:
Exception
- on failure
-
setupConf
- Throws:
IOException
-