public class TestImportTsv extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DELETE_AFTER_LOAD_CONF
Delete the tmp directory after running doMROnTableTest.
|
protected static String |
FORCE_COMBINER_CONF
Force use of combiner in doMROnTableTest.
|
protected static Log |
LOG |
protected static String |
NAME |
protected static HBaseTestingUtility |
util |
| Constructor and Description |
|---|
TestImportTsv() |
protected static final Log LOG
protected static final String NAME
protected static HBaseTestingUtility util
protected static final String DELETE_AFTER_LOAD_CONF
protected static final String FORCE_COMBINER_CONF
public Configuration getConf()
public void setConf(Configuration conf)
public void testMROnTableWithTimestamp()
throws Exception
Exceptionpublic void testMROnTableWithCustomMapper()
throws Exception
Exceptionpublic void testBulkOutputWithoutAnExistingTable()
throws Exception
Exceptionpublic void testBulkOutputWithAnExistingTable()
throws Exception
Exceptionpublic void testBulkOutputWithAnExistingTableNoStrictTrue()
throws Exception
Exceptionpublic void testJobConfigurationsWithTsvImporterTextMapper()
throws Exception
Exceptionpublic void testBulkOutputWithTsvImporterTextMapper()
throws Exception
Exceptionpublic void testWithoutAnExistingTableAndCreateTableSetToNo()
throws Exception
Exceptionpublic void testMRWithoutAnExistingTable()
throws Exception
Exceptionpublic void testTsvImporterTextMapperWithInvalidData()
throws Exception
Exceptionprotected static Tool doMROnTableTest(HBaseTestingUtility util, String family, String data, String[] args) throws Exception
Exceptionprotected static Tool doMROnTableTest(HBaseTestingUtility util, String family, String data, String[] args, int valueMultiplier) throws Exception
Exceptionprotected static Tool doMROnTableTest(HBaseTestingUtility util, String family, String data, String[] args, int valueMultiplier, int expectedKVCount) throws Exception
Tool instance so that other tests can
inspect it for further validation as necessary. This method is static to
insure non-reliance on instance's util/conf facilities.args - Any arguments to pass BEFORE inputFile path is appended.Exception