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
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate org.apache.hadoop.hdfs.MiniDFSClusterprivate org.apache.hadoop.conf.Configurationprivate static final Stringprivate org.apache.hadoop.hdfs.DistributedFileSystemprivate static byte[]private static final Stringprivate static final Stringprivate static final Stringprivate HBaseTestingUtilorg.junit.rules.TestNameprivate final byte[]private static final Stringstatic org.junit.rules.TemporaryFolder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringcreateHFileForFamilies(byte[] family) private static StringgenerateUniqueName(String suffix) voidsetUp()voidvoidvoidvoidvoid
-
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