Package org.apache.hadoop.hbase.client
Class TestGetScanPartialResult
java.lang.Object
org.apache.hadoop.hbase.client.TestGetScanPartialResult
Testcase for HBASE-21032, where use the wrong readType from a Scan instance which is actually a
get scan and cause returning only 1 cell per rpc call.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]static final HBaseClassTestRuleprivate static final intprivate static final byte[]private static final org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtilprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static byte[]makeLargeValue(int size) static voidsetUp()static voidtearDown()voidtest()
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
TABLE
-
CF
-
ROW
-
VALUE_SIZE
- See Also:
-
NUM_COLUMNS
- See Also:
-
-
Constructor Details
-
TestGetScanPartialResult
public TestGetScanPartialResult()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
makeLargeValue
-
test
- Throws:
IOException
-