Class TestImportTSVWithTTLs
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static org.apache.hadoop.conf.Configuration
protected static final String
Delete the tmp directory after running doMROnTableTest.private final String
protected static final String
Force use of combiner in doMROnTableTest.protected static final org.slf4j.Logger
org.junit.rules.TestName
protected static final String
protected static HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static org.apache.hadoop.util.Tool
doMROnTableTest
(HBaseTestingUtil util, String family, String data, String[] args, int valueMultiplier) org.apache.hadoop.conf.Configuration
getConf()
static void
static void
void
setConf
(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:
getConf
in interfaceorg.apache.hadoop.conf.Configurable
-
setConf
- Specified by:
setConf
in interfaceorg.apache.hadoop.conf.Configurable
-
provisionCluster
- Throws:
Exception
-
releaseCluster
- Throws:
Exception
-
testMROnTable
- Throws:
Exception
-
doMROnTableTest
protected static org.apache.hadoop.util.Tool doMROnTableTest(HBaseTestingUtil util, String family, String data, String[] args, int valueMultiplier) throws Exception - Throws:
Exception
-