Class TestMRIncrementalLoad
java.lang.Object
org.apache.hadoop.hbase.mapreduce.HFileOutputFormat2TestBase
org.apache.hadoop.hbase.mapreduce.MRIncrementalLoadTestBase
org.apache.hadoop.hbase.mapreduce.TestMRIncrementalLoad
@Tag("org.apache.hadoop.hbase.testclassification.MapReduceTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests")
public class TestMRIncrementalLoad
extends MRIncrementalLoadTestBase
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.mapreduce.HFileOutputFormat2TestBase
HFileOutputFormat2TestBase.RandomKVGeneratingMapper, HFileOutputFormat2TestBase.RandomPutGeneratingMapper -
Field Summary
Fields inherited from class org.apache.hadoop.hbase.mapreduce.MRIncrementalLoadTestBase
putSortReducer, shouldChangeRegions, tableStrFields inherited from class org.apache.hadoop.hbase.mapreduce.HFileOutputFormat2TestBase
DEFAULT_VALUE_LENGTH, FAMILIES, FAMILY_NAME, ROWSPERSPLIT, TABLE_NAMES, UTIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparams()static voidvoidtestMRIncrementalLoad(boolean shouldChangeRegions, boolean putSortReducer, List<String> tableStr) Methods inherited from class org.apache.hadoop.hbase.mapreduce.MRIncrementalLoadTestBase
doIncrementalLoadTest, runTest, setUp, setupCluster, tearDown, tearDownAfterClassMethods inherited from class org.apache.hadoop.hbase.mapreduce.HFileOutputFormat2TestBase
generateData, generateRandomSplitKeys, generateRandomStartKeys, runIncrementalPELoad, setupRandomGeneratorMapper
-
Constructor Details
-
TestMRIncrementalLoad
public TestMRIncrementalLoad()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
params
-
testMRIncrementalLoad
@ParameterizedTest(name="{index}: shouldChangeRegions={0}, putSortReducer={1}, tableStr={2}") @MethodSource("params") public void testMRIncrementalLoad(boolean shouldChangeRegions, boolean putSortReducer, List<String> tableStr) throws Exception - Throws:
Exception
-