Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-1
-
None
-
Reviewed
Description
There is quite some boilerplate code for configuring a secure HDFS cluster for tests. The code is repeated in a number of test files within HBase code base. Convert the boilerplate code into a helper method to avoid duplication and lower maintenance effort.
SecureTestCluster#setHdfsSecuredConfiguration
TestSecureExport#setUpClusterKdc
TestThriftSpnegoHttpServer#addSecurityConfigurations
TestSaslFanOutOneBlockAsyncDFSOutput#setHdfsSecuredConfiguration
Attachments
Attachments
Issue Links
- relates to
-
HBASE-23760 (2.1) Helper method to configure secure DFS cluster for tests
- Resolved