public class TestLoadIncrementalHFiles extends Object
Modifier and Type | Field and Description |
---|---|
TestName |
tn |
Constructor and Description |
---|
TestLoadIncrementalHFiles() |
Modifier and Type | Method and Description |
---|---|
void |
htestTagsSurviveBulkLoadSplit()
Test that tags survive through a bulk load that needs to split hfiles.
|
static void |
setUpBeforeClass() |
protected static void |
setupNamespace() |
static void |
tearDownAfterClass() |
void |
testInferBoundaries() |
void |
testLoadTooMayHFiles() |
void |
testNonexistentColumnFamilyLoad()
Test loading into a column family that does not exist.
|
void |
testNonHfileFolder() |
void |
testNonHfileFolderWithUnmatchedFamilyName() |
void |
testRegionCrossingHFileSplit()
Test case that creates some regions and loads HFiles that cross the boundaries
and have different region boundaries than the table pre-split.
|
void |
testRegionCrossingHFileSplitRowBloom()
Test case that creates some regions and loads HFiles that cross the boundaries
have a ROW bloom filter and a different region boundaries than the table pre-split.
|
void |
testRegionCrossingHFileSplitRowColBloom()
Test case that creates some regions and loads HFiles that cross the boundaries
have a ROWCOL bloom filter and a different region boundaries than the table pre-split.
|
void |
testRegionCrossingLoad()
Test case that creates some regions and loads
HFiles that cross the boundaries of those regions
|
void |
testRegionCrossingRowBloom()
Test loading into a column family that has a ROW bloom filter.
|
void |
testRegionCrossingRowColBloom()
Test loading into a column family that has a ROWCOL bloom filter.
|
void |
testSimpleHFileSplit()
Test case that creates some regions and loads HFiles that have
different region boundaries than the table pre-split.
|
void |
testSimpleLoad()
Test case that creates some regions and loads
HFiles that fit snugly inside those regions
|
void |
testSplitStoreFile() |
void |
testTableWithCFNameStartWithUnderScore() |
void |
testWithoutAnExistingTableAndCreateTableSetToNo() |
public void testSimpleLoad() throws Exception
Exception
public void testRegionCrossingLoad() throws Exception
Exception
public void testRegionCrossingRowBloom() throws Exception
Exception
public void testRegionCrossingRowColBloom() throws Exception
Exception
public void testSimpleHFileSplit() throws Exception
Exception
public void testRegionCrossingHFileSplit() throws Exception
Exception
public void testRegionCrossingHFileSplitRowBloom() throws Exception
Exception
public void testRegionCrossingHFileSplitRowColBloom() throws Exception
Exception
public void htestTagsSurviveBulkLoadSplit() throws Exception
Exception
public void testNonexistentColumnFamilyLoad() throws Exception
Exception
public void testNonHfileFolderWithUnmatchedFamilyName() throws Exception
Exception
public void testSplitStoreFile() throws IOException
IOException
public void testInferBoundaries()
public void testWithoutAnExistingTableAndCreateTableSetToNo() throws Exception
Exception