Package org.apache.hadoop.hbase.tool
Class TestSecureBulkLoadHFiles
java.lang.Object
org.apache.hadoop.hbase.tool.BulkLoadHFilesTestBase
org.apache.hadoop.hbase.tool.TestSecureBulkLoadHFiles
@Tag("org.apache.hadoop.hbase.testclassification.MiscTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests")
public class TestSecureBulkLoadHFiles
extends BulkLoadHFilesTestBase
Reruns TestBulkLoadHFiles using BulkLoadHFiles in secure mode. This suite is unable to verify the
security handoff/turnover 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
Fields inherited from class org.apache.hadoop.hbase.tool.BulkLoadHFilesTestBase
EXPECTED_MSG_FOR_NON_EXISTING_FAMILY, MAX_FILES_PER_REGION_PER_FAMILY, util -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.tool.BulkLoadHFilesTestBase
loadHFiles, setupNamespace, tearDownAfterClass, testBulkLoadByFamily, testFailIfNeedSplitHFile, testInferBoundaries, testLoadTooMayHFiles, testNonexistentColumnFamilyLoad, testNonHfileFolder, testNonHfileFolderWithUnmatchedFamilyName, testRegionCrossingHFileSplit, testRegionCrossingHFileSplitRowBloom, testRegionCrossingHFileSplitRowColBloom, testRegionCrossingLoad, testRegionCrossingRowBloom, testRegionCrossingRowColBloom, testSimpleHFileSplit, testSimpleLoad, testSimpleLoadWithFileCopy, testSimpleLoadWithMap, testSplitALot, testSplitStoreFile, testSplitStoreFileWithCreateTimeTS, testSplitStoreFileWithEncodedToEncoded, testSplitStoreFileWithEncodedToNone, testSplitStoreFileWithFavoriteNodes, testSplitStoreFileWithNoneToEncoded, testSplitStoreFileWithNoneToNone, testTableWithCFNameStartWithUnderScore, testTagsSurviveBulkLoadSplit, testWithoutAnExistingTableAndCreateTableSetToNo
-
Constructor Details
-
TestSecureBulkLoadHFiles
public TestSecureBulkLoadHFiles()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-