Class TestMultiTableInputFormatBase

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

Tests of MultiTableInputFormatBase.
  • Field Details

  • Constructor Details

  • Method Details

    • testMRSplitsConnectionCount

      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