Class TestLocalHBaseCluster

java.lang.Object
org.apache.hadoop.hbase.TestLocalHBaseCluster

@Tag("org.apache.hadoop.hbase.testclassification.MiscTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests") public class TestLocalHBaseCluster extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • testLocalHBaseCluster

      @Test public void testLocalHBaseCluster() throws Exception
      Check that we can start a local HBase cluster specifying a custom master and regionserver class and then cast back to those classes; also that the cluster will launch and terminate cleanly. See HBASE-6011. Uses the HBaseTestingUtility facilities for creating a LocalHBaseCluster with custom master and regionserver classes.
      Throws:
      Exception