Package org.apache.hadoop.hbase.tool
Class TestSecureLoadIncrementalHFilesSplitRecovery
java.lang.Object
org.apache.hadoop.hbase.tool.TestLoadIncrementalHFilesSplitRecovery
org.apache.hadoop.hbase.tool.TestSecureLoadIncrementalHFilesSplitRecovery
public class TestSecureLoadIncrementalHFilesSplitRecovery
extends TestLoadIncrementalHFilesSplitRecovery
Reruns TestSecureLoadIncrementalHFilesSplitRecovery using LoadIncrementalHFiles in secure mode.
This suite is unable to verify the security handoff/turnove as miniCluster is running as system
user thus has root privileges and delegation tokens don't seem to work on miniDFS.
Thus SecureBulkload can only be completely verified by running integration tests against a secure cluster. This suite is still invaluable as it verifies the other mechanisms that need to be supported as part of a LoadIncrementalFiles call.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
Test that shows that exception thrown from the RS side will result in an exception on the LIHFile client.Methods inherited from class org.apache.hadoop.hbase.tool.TestLoadIncrementalHFilesSplitRecovery
assertExpectedTable, assertExpectedTable, buildHFiles, family, rowkey, teardownCluster, testCorrectSplitPoint, testGroupOrSplitFailure, testGroupOrSplitPresplit, testGroupOrSplitWhenRegionHoleExistsInMeta, testRetryOnIOException, testSplitTmpFileCleanUp, testSplitWhileBulkLoadPhase, value
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestSecureLoadIncrementalHFilesSplitRecovery
-
-
Method Details
-
setupCluster
- Throws:
Exception
-
testBulkLoadPhaseFailure
Description copied from class:TestLoadIncrementalHFilesSplitRecovery
Test that shows that exception thrown from the RS side will result in an exception on the LIHFile client.- Overrides:
testBulkLoadPhaseFailure
in classTestLoadIncrementalHFilesSplitRecovery
-