public class IntegrationTestWithCellVisibilityLoadAndVerify extends IntegrationTestLoadAndVerify
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper |
static class |
IntegrationTestWithCellVisibilityLoadAndVerify.VerifyMapper |
IntegrationTestLoadAndVerify.LoadMapper, IntegrationTestLoadAndVerify.VerifyReducer, IntegrationTestLoadAndVerify.WALSearcherCHAOS_MONKEY_PROPS, monkey, MONKEY_LONG_OPT, monkeyProps, monkeyToUse, NO_CLUSTER_CLEANUP_LONG_OPT, noClusterCleanUp, utilcmdLineArgs, conf, EXIT_FAILURE, EXIT_SUCCESS| Constructor and Description |
|---|
IntegrationTestWithCellVisibilityLoadAndVerify() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOptions()
Override this to add command-line options using
AbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods. |
protected Job |
doLoad(Configuration conf,
HTableDescriptor htd) |
protected void |
doVerify(Configuration conf,
HTableDescriptor htd) |
static void |
main(String[] argv) |
protected void |
processOptions(CommandLine cmd)
This method is called to process the options after they have been parsed.
|
int |
runTestFromCommandLine() |
protected void |
setMapperClass(Job job) |
void |
setUpCluster() |
void |
usage() |
cleanUpCluster, getColumnFamilies, getTablename, getTestDir, swapLong, testLoadAndVerifycleanUp, cleanUpMonkey, cleanUpMonkey, doWork, getConf, getDefaultMonkeyFactory, getTestingUtil, processBaseOptions, setUp, setUpMonkey, startMonkeyaddOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, parseArgs, parseInt, parseLong, printUsage, printUsage, run, setConfpublic IntegrationTestWithCellVisibilityLoadAndVerify()
public void setUpCluster()
throws Exception
setUpCluster in class IntegrationTestLoadAndVerifyExceptionprotected void addOptions()
AbstractHBaseToolAbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods.addOptions in class IntegrationTestBaseprotected Job doLoad(Configuration conf,
HTableDescriptor htd)
throws Exception
doLoad in class IntegrationTestLoadAndVerifyExceptionprotected void setMapperClass(Job job)
setMapperClass in class IntegrationTestLoadAndVerifyprotected void doVerify(Configuration conf,
HTableDescriptor htd)
throws Exception
doVerify in class IntegrationTestLoadAndVerifyExceptionpublic void usage()
usage in class IntegrationTestLoadAndVerifypublic int runTestFromCommandLine()
throws Exception
runTestFromCommandLine in class IntegrationTestLoadAndVerifyExceptionprotected void processOptions(CommandLine cmd)
AbstractHBaseToolprocessOptions in class IntegrationTestLoadAndVerify