public class IntegrationTestImportTsv extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Log |
LOG |
protected static Set<KeyValue> |
simple_expected |
protected static String |
simple_tsv |
protected static IntegrationTestingUtility |
util |
| Constructor and Description |
|---|
IntegrationTestImportTsv() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doLoadIncrementalHFiles(Path hfiles,
TableName tableName)
Verify the data described by
simple_tsv matches
simple_expected. |
Configuration |
getConf() |
static void |
main(String[] args) |
static void |
provisionCluster() |
static void |
releaseCluster() |
int |
run(String[] args) |
void |
setConf(Configuration conf) |
void |
testGenerateAndLoad() |
protected static void |
validateDeletedPartitionsFile(Configuration conf)
Confirm the absence of the
TotalOrderPartitioner partitions file. |
protected static final Log LOG
protected static final String simple_tsv
protected static IntegrationTestingUtility util
public Configuration getConf()
public void setConf(Configuration conf)
protected void doLoadIncrementalHFiles(Path hfiles,
TableName tableName)
throws Exception
simple_tsv matches
simple_expected.Exceptionprotected static void validateDeletedPartitionsFile(Configuration conf)
throws IOException
TotalOrderPartitioner partitions file.IOException