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(java.lang.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 java.lang.Exception
setUpCluster in class IntegrationTestLoadAndVerifyjava.lang.Exceptionprotected void addOptions()
AbstractHBaseToolAbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods.addOptions in class IntegrationTestBaseprotected Job doLoad(Configuration conf,
HTableDescriptor htd)
throws java.lang.Exception
doLoad in class IntegrationTestLoadAndVerifyjava.lang.Exceptionprotected void setMapperClass(Job job)
setMapperClass in class IntegrationTestLoadAndVerifyprotected void doVerify(Configuration conf,
HTableDescriptor htd)
throws java.lang.Exception
doVerify in class IntegrationTestLoadAndVerifyjava.lang.Exceptionpublic void usage()
usage in class IntegrationTestLoadAndVerifypublic int runTestFromCommandLine()
throws java.lang.Exception
runTestFromCommandLine in class IntegrationTestLoadAndVerifyjava.lang.Exceptionprotected void processOptions(CommandLine cmd)
AbstractHBaseToolprocessOptions in class IntegrationTestLoadAndVerifypublic static void main(java.lang.String[] argv)
throws java.lang.Exception
java.lang.Exception