Class TestMultiTableInputFormatBase
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase
Tests of MultiTableInputFormatBase.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Connection to use above in Test. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test getSplits only puts up one Connection.
-
Field Details
-
CLASS_RULE
-
name
-
-
Constructor Details
-
TestMultiTableInputFormatBase
public TestMultiTableInputFormatBase()
-
-
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
-