public class IntegrationTestWithCellVisibilityLoadAndVerify extends IntegrationTestLoadAndVerify
Modifier and Type | Class and Description |
---|---|
static class |
IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper |
static class |
IntegrationTestWithCellVisibilityLoadAndVerify.VerifyMapper |
IntegrationTestLoadAndVerify.LoadMapper, IntegrationTestLoadAndVerify.VerifyReducer, IntegrationTestLoadAndVerify.WALSearcher
CHAOS_MONKEY_PROPS, monkey, MONKEY_LONG_OPT, monkeyProps, monkeyToUse, NO_CLUSTER_CLEANUP_LONG_OPT, noClusterCleanUp, util
cmdLineArgs, 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, testLoadAndVerify
cleanUp, cleanUpMonkey, cleanUpMonkey, doWork, getConf, getDefaultMonkeyFactory, getTestingUtil, processBaseOptions, setUp, setUpMonkey, startMonkey
addOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, parseArgs, parseInt, parseLong, printUsage, printUsage, run, setConf
public IntegrationTestWithCellVisibilityLoadAndVerify()
public void setUpCluster() throws Exception
setUpCluster
in class IntegrationTestLoadAndVerify
Exception
protected void addOptions()
AbstractHBaseTool
AbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods.addOptions
in class IntegrationTestBase
protected Job doLoad(Configuration conf, HTableDescriptor htd) throws Exception
doLoad
in class IntegrationTestLoadAndVerify
Exception
protected void setMapperClass(Job job)
setMapperClass
in class IntegrationTestLoadAndVerify
protected void doVerify(Configuration conf, HTableDescriptor htd) throws Exception
doVerify
in class IntegrationTestLoadAndVerify
Exception
public void usage()
usage
in class IntegrationTestLoadAndVerify
public int runTestFromCommandLine() throws Exception
runTestFromCommandLine
in class IntegrationTestLoadAndVerify
Exception
protected void processOptions(CommandLine cmd)
AbstractHBaseTool
processOptions
in class IntegrationTestLoadAndVerify