public class TestBulkLoad extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
static org.junit.rules.TemporaryFolder |
testFolder |
| Constructor and Description |
|---|
TestBulkLoad() |
| Modifier and Type | Method and Description |
|---|---|
void |
before() |
void |
bulkHLogShouldThrowErrorWhenFamilySpecifiedAndHFileExistsButNotInTableDescriptor() |
void |
bulkHLogShouldThrowNoErrorAndWriteMarkerWithBlankInput() |
void |
shouldBulkLoadManyFamilyHLog() |
void |
shouldBulkLoadManyFamilyHLogEvenWhenTableNameNamespaceSpecified() |
void |
shouldBulkLoadSingleFamilyHLog() |
void |
shouldCrashIfBulkLoadFamiliesNotInTable() |
void |
shouldThrowErrorIfBadFamilySpecifiedAsFamilyPath() |
void |
shouldThrowErrorIfHFileDoesNotExist() |
void |
verifyBulkLoadEvent() |
public static final HBaseClassTestRule CLASS_RULE
public static org.junit.rules.TemporaryFolder testFolder
public org.junit.rules.TestName name
public TestBulkLoad()
public void before() throws IOException
IOExceptionpublic void verifyBulkLoadEvent() throws IOException
IOExceptionpublic void bulkHLogShouldThrowNoErrorAndWriteMarkerWithBlankInput() throws IOException
IOExceptionpublic void shouldBulkLoadSingleFamilyHLog() throws IOException
IOExceptionpublic void shouldBulkLoadManyFamilyHLog() throws IOException
IOExceptionpublic void shouldBulkLoadManyFamilyHLogEvenWhenTableNameNamespaceSpecified() throws IOException
IOExceptionpublic void shouldCrashIfBulkLoadFamiliesNotInTable() throws IOException
IOExceptionpublic void bulkHLogShouldThrowErrorWhenFamilySpecifiedAndHFileExistsButNotInTableDescriptor() throws IOException
IOExceptionpublic void shouldThrowErrorIfBadFamilySpecifiedAsFamilyPath() throws IOException
IOExceptionpublic void shouldThrowErrorIfHFileDoesNotExist() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.