Class TestMultiTableInputFormatBase

java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase

@Tag("org.apache.hadoop.hbase.testclassification.SmallTests") public class TestMultiTableInputFormatBase extends Object
Tests of MultiTableInputFormatBase.
  • Constructor Details

  • Method Details

    • testMRSplitsConnectionCount

      @Test public void testMRSplitsConnectionCount(org.junit.jupiter.api.TestInfo testInfo) throws IOException
      Test getSplits only puts up one Connection. In past it has put up many Connections. Each Connection setup comes with a fresh new cache so we have to do fresh hit on hbase:meta. Should only do one Connection when doing getSplits even if a MultiTableInputFormat.
      Throws:
      IOException