public class IntegrationTestBulkLoad extends IntegrationTestBase
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegrationTestBulkLoad.CompositeKeyComparator
Comparator used to order linkKeys so that they are passed to a reducer in order.
|
static class |
IntegrationTestBulkLoad.EmptySplit |
static class |
IntegrationTestBulkLoad.FixedRecordReader<K,V> |
static class |
IntegrationTestBulkLoad.ITBulkLoadInputFormat |
static class |
IntegrationTestBulkLoad.LinkChain
Writable used as the value emitted from a pass over the hbase table.
|
static class |
IntegrationTestBulkLoad.LinkedListCheckingMapper
Mapper to pass over the table.
|
static class |
IntegrationTestBulkLoad.LinkedListCheckingReducer
Class that does the actual checking of the links.
|
static class |
IntegrationTestBulkLoad.LinkedListCreationMapper
Mapper that creates a linked list of KeyValues.
|
static class |
IntegrationTestBulkLoad.LinkKey
Writable class used as the key to group links in the linked list.
|
static class |
IntegrationTestBulkLoad.NaturalKeyGroupingComparator
Comparator used to figure out if a linkKey should be grouped together.
|
static class |
IntegrationTestBulkLoad.NaturalKeyPartitioner
Class to figure out what partition to send a link in the chain to.
|
static class |
IntegrationTestBulkLoad.SlowMeCoproScanOperations |
CHAOS_MONKEY_PROPS, monkey, MONKEY_LONG_OPT, monkeyProps, monkeyToUse, NO_CLUSTER_CLEANUP_LONG_OPT, noClusterCleanUp, utilcmdLineArgs, conf, EXIT_FAILURE, EXIT_SUCCESS, LONG_HELP_OPTION, options, SHORT_HELP_OPTION| Constructor and Description |
|---|
IntegrationTestBulkLoad() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOptions() |
protected Set<String> |
getColumnFamilies()
Provides the name of the CFs that are protected from random Chaos monkey activity (alter)
|
TableName |
getTablename()
Provides the name of the table that is protected from random Chaos monkey activity
|
static TableName |
getTableName(org.apache.hadoop.conf.Configuration conf) |
static void |
main(String[] args) |
protected void |
processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmd) |
void |
runLoad() |
int |
runTestFromCommandLine() |
void |
setUpCluster() |
void |
testBulkLoad() |
cleanUp, cleanUpCluster, cleanUpMonkey, cleanUpMonkey, doWork, getConf, getDefaultMonkeyFactory, getTestingUtil, processBaseOptions, setUp, setUpMonkey, startMonkeyaddOption, addOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOption, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, getOptionAsDouble, getOptionAsInt, getOptionAsLong, newParser, parseArgs, parseInt, parseLong, printUsage, printUsage, processOldArgs, run, setConfpublic IntegrationTestBulkLoad()
public void testBulkLoad() throws Exception
Exceptionpublic void setUpCluster() throws Exception
setUpCluster in class IntegrationTestBaseExceptionprotected void addOptions()
addOptions in class IntegrationTestBaseprotected void processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmd)
processOptions in class IntegrationTestBasepublic int runTestFromCommandLine() throws Exception
runTestFromCommandLine in class IntegrationTestBaseExceptionpublic TableName getTablename()
IntegrationTestBasegetTablename in class IntegrationTestBasepublic static TableName getTableName(org.apache.hadoop.conf.Configuration conf)
protected Set<String> getColumnFamilies()
IntegrationTestBasegetColumnFamilies in class IntegrationTestBaseCopyright © 2007–2019 Cloudera. All rights reserved.