Class IntegrationTestBase

java.lang.Object
org.apache.hadoop.hbase.util.AbstractHBaseTool
org.apache.hadoop.hbase.IntegrationTestBase
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
Direct Known Subclasses:
IntegrationTestAcidGuarantees, IntegrationTestBackupRestore, IntegrationTestBigLinkedList, IntegrationTestBulkLoad, IntegrationTestDDLMasterFailover, IntegrationTestIngest, IntegrationTestLoadAndVerify, IntegrationTestLoadCommonCrawl, IntegrationTestMobCompaction, IntegrationTestRegionReplicaPerf, IntegrationTestTableSnapshotInputFormat

public abstract class IntegrationTestBase extends org.apache.hadoop.hbase.util.AbstractHBaseTool
Base class for HBase integration tests that want to use the Chaos Monkey. Usage: bin/hbase <sub_class_of_IntegrationTestBase> <options> Options: -h,--help Show usage -m,--monkey <arg> Which chaos monkey to run -monkeyProps <arg> The properties file for specifying chaos monkey properties. -ncc Option to not clean up the cluster at the end.