Class TestImportTSVWithTTLs
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static org.apache.hadoop.conf.Configurationprotected static final StringDelete the tmp directory after running doMROnTableTest.private final Stringprotected static final StringForce use of combiner in doMROnTableTest.protected static final org.slf4j.Loggerorg.junit.rules.TestNameprotected static final Stringprotected static HBaseTestingUtility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.apache.hadoop.util.TooldoMROnTableTest(HBaseTestingUtility util, String family, String data, String[] args, int valueMultiplier) org.apache.hadoop.conf.ConfigurationgetConf()static voidstatic voidvoidsetConf(org.apache.hadoop.conf.Configuration conf) void
-
Field Details
-
CLASS_RULE
-
LOG
-
NAME
-
util
-
DELETE_AFTER_LOAD_CONF
Delete the tmp directory after running doMROnTableTest. Boolean. Default is false. -
FORCE_COMBINER_CONF
Force use of combiner in doMROnTableTest. Boolean. Default is true. -
FAMILY
- See Also:
-
conf
-
name
-
-
Constructor Details
-
TestImportTSVWithTTLs
public TestImportTSVWithTTLs()
-
-
Method Details
-
getConf
- Specified by:
getConfin interfaceorg.apache.hadoop.conf.Configurable
-
setConf
- Specified by:
setConfin interfaceorg.apache.hadoop.conf.Configurable
-
provisionCluster
- Throws:
Exception
-
releaseCluster
- Throws:
Exception
-
testMROnTable
- Throws:
Exception
-
doMROnTableTest
protected static org.apache.hadoop.util.Tool doMROnTableTest(HBaseTestingUtility util, String family, String data, String[] args, int valueMultiplier) throws Exception - Throws:
Exception
-