public class TestImportTSVWithTTLs extends Object implements org.apache.hadoop.conf.Configurable
Modifier and Type | Class and Description |
---|---|
static class |
TestImportTSVWithTTLs.TTLCheckingObserver |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
protected static String |
DELETE_AFTER_LOAD_CONF
Delete the tmp directory after running doMROnTableTest.
|
private String |
FAMILY |
protected static String |
FORCE_COMBINER_CONF
Force use of combiner in doMROnTableTest.
|
protected static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
protected static String |
NAME |
protected static HBaseTestingUtility |
util |
Constructor and Description |
---|
TestImportTSVWithTTLs() |
Modifier and Type | Method and Description |
---|---|
protected static org.apache.hadoop.util.Tool |
doMROnTableTest(HBaseTestingUtility util,
String family,
String data,
String[] args,
int valueMultiplier) |
org.apache.hadoop.conf.Configuration |
getConf() |
static void |
provisionCluster() |
static void |
releaseCluster() |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
void |
testMROnTable() |
public static final HBaseClassTestRule CLASS_RULE
protected static final org.slf4j.Logger LOG
protected static HBaseTestingUtility util
protected static final String DELETE_AFTER_LOAD_CONF
protected static final String FORCE_COMBINER_CONF
private final String FAMILY
private static org.apache.hadoop.conf.Configuration conf
public org.junit.rules.TestName name
public TestImportTSVWithTTLs()
public org.apache.hadoop.conf.Configuration getConf()
getConf
in interface org.apache.hadoop.conf.Configurable
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf
in interface org.apache.hadoop.conf.Configurable
public static void provisionCluster() throws Exception
Exception
public static void releaseCluster() throws Exception
Exception
public void testMROnTable() throws Exception
Exception
protected static org.apache.hadoop.util.Tool doMROnTableTest(HBaseTestingUtility util, String family, String data, String[] args, int valueMultiplier) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.