Class TestSecureBulkloadListener
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestSecureBulkloadListener
Tests for failedBulkLoad logic to make sure staged files are returned to their original location
if the bulkload have failed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private org.apache.hadoop.hdfs.MiniDFSCluster
private org.apache.hadoop.conf.Configuration
private static final String
private org.apache.hadoop.hdfs.DistributedFileSystem
private static byte[]
private static final String
private static final String
private static final String
private HBaseTestingUtil
org.junit.rules.TestName
private final byte[]
private static final String
static org.junit.rules.TemporaryFolder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate String
createHFileForFamilies
(byte[] family) private static String
generateUniqueName
(String suffix) void
setUp()
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
testFolder
-
conf
-
cluster
-
htu
-
dfs
-
randomBytes
-
host1
- See Also:
-
host2
- See Also:
-
host3
- See Also:
-
FAMILY
-
STAGING_DIR
- See Also:
-
CUSTOM_STAGING_DIR
- See Also:
-
name
-
-
Constructor Details
-
TestSecureBulkloadListener
public TestSecureBulkloadListener()
-
-
Method Details