public class IntegrationTestBigLinkedList extends IntegrationTestBase
| Modifier and Type | Field and Description |
|---|---|
protected static byte[] |
COLUMN_CLIENT |
protected static byte[] |
COLUMN_COUNT |
protected static byte[] |
COLUMN_PREV |
protected static String |
DEFAULT_TABLE_NAME |
protected static byte[] |
FAMILY_NAME |
protected static byte[] |
NO_KEY |
protected int |
NUM_SLAVES_BASE |
protected String[] |
otherArgs |
protected static String |
TABLE_NAME_KEY |
protected String |
toRun |
protected IntegrationTestingUtility |
util |
CHAOS_MONKEY_PROPS, monkey, MONKEY_LONG_OPT, monkeyProps, monkeyToUse, NO_CLUSTER_CLEANUP_LONG_OPT, noClusterCleanUpcmdLineArgs, conf, EXIT_FAILURE, EXIT_SUCCESS, LONG_HELP_OPTION, options, SHORT_HELP_OPTION| Constructor and Description |
|---|
IntegrationTestBigLinkedList() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUpCluster() |
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 void |
main(String[] args) |
protected void |
processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmd) |
int |
runTestFromCommandLine() |
static void |
setJobScannerConf(org.apache.hadoop.mapreduce.Job job) |
void |
setUpCluster() |
void |
testContinuousIngest() |
addOptions, cleanUp, 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, setConfprotected static final byte[] NO_KEY
protected static String TABLE_NAME_KEY
protected static String DEFAULT_TABLE_NAME
protected static byte[] FAMILY_NAME
protected static final byte[] COLUMN_PREV
protected static final byte[] COLUMN_CLIENT
protected static final byte[] COLUMN_COUNT
protected int NUM_SLAVES_BASE
protected IntegrationTestingUtility util
public IntegrationTestBigLinkedList()
public void setUpCluster() throws Exception
setUpCluster in class IntegrationTestBaseExceptionpublic void cleanUpCluster() throws Exception
cleanUpCluster in class IntegrationTestBaseExceptionpublic void testContinuousIngest() throws IOException, Exception
IOExceptionExceptionprotected 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 IntegrationTestBaseprotected Set<String> getColumnFamilies()
IntegrationTestBasegetColumnFamilies in class IntegrationTestBasepublic static void setJobScannerConf(org.apache.hadoop.mapreduce.Job job)
Copyright © 2007–2019 Cloudera. All rights reserved.