public class TestBulkLoad extends TestBulkloadBase
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
conf, family1, family2, family3, log, name, testFolder, useFileBasedSFT
Constructor and Description |
---|
TestBulkLoad(boolean useFileBasedSFT) |
Modifier and Type | Method and Description |
---|---|
void |
bulkHLogShouldThrowErrorWhenFamilySpecifiedAndHFileExistsButNotInTableDescriptor() |
void |
bulkHLogShouldThrowNoErrorAndWriteMarkerWithBlankInput() |
void |
shouldBulkLoadManyFamilyHLog() |
void |
shouldBulkLoadManyFamilyHLogEvenWhenTableNameNamespaceSpecified() |
void |
shouldBulkLoadSingleFamilyHLog() |
void |
shouldCrashIfBulkLoadFamiliesNotInTable() |
void |
shouldCrashIfBulkLoadMultiFamiliesNotInTable() |
void |
shouldThrowErrorIfBadFamilySpecifiedAsFamilyPath() |
void |
shouldThrowErrorIfHFileDoesNotExist() |
void |
shouldThrowErrorIfMultiHFileDoesNotExist() |
void |
verifyBulkLoadEvent() |
before, bulkLogWalEdit, bulkLogWalEditType, data, testRegionWithFamilies, testRegionWithFamiliesAndSpecifiedTableName, withFamilyPathsFor, withInvalidColumnFamilyButProperHFileLocation, withMissingHFileForFamily
public static final HBaseClassTestRule CLASS_RULE
public TestBulkLoad(boolean useFileBasedSFT)
public void verifyBulkLoadEvent() throws IOException
IOException
public void bulkHLogShouldThrowNoErrorAndWriteMarkerWithBlankInput() throws IOException
IOException
public void shouldBulkLoadSingleFamilyHLog() throws IOException
IOException
public void shouldBulkLoadManyFamilyHLog() throws IOException
IOException
public void shouldBulkLoadManyFamilyHLogEvenWhenTableNameNamespaceSpecified() throws IOException
IOException
public void shouldCrashIfBulkLoadFamiliesNotInTable() throws IOException
IOException
public void shouldCrashIfBulkLoadMultiFamiliesNotInTable() throws IOException
IOException
public void bulkHLogShouldThrowErrorWhenFamilySpecifiedAndHFileExistsButNotInTableDescriptor() throws IOException
IOException
public void shouldThrowErrorIfBadFamilySpecifiedAsFamilyPath() throws IOException
IOException
public void shouldThrowErrorIfHFileDoesNotExist() throws IOException
IOException
public void shouldThrowErrorIfMultiHFileDoesNotExist() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.