public class TestRowTooBig extends Object
RowTooBigException
when row size exceeds configured limits.| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static HBaseTestingUtility |
HTU |
private static org.apache.hadoop.fs.Path |
rootRegionDir |
private static org.apache.hadoop.hbase.HTableDescriptor |
TEST_HTD |
| Constructor and Description |
|---|
TestRowTooBig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
after() |
static void |
before() |
void |
testScanAcrossManySmallColumns()
Usecase:
- create a row with 1M cells, 10 bytes in each
- flush & run major compaction
- try to Get whole row.
|
void |
testScannersSeekOnFewLargeCells()
Usecase:
- create a row with 5 large cells (5 Mb each)
- flush memstore but don't compact storefiles.
|
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility HTU
private static org.apache.hadoop.fs.Path rootRegionDir
private static final org.apache.hadoop.hbase.HTableDescriptor TEST_HTD
public TestRowTooBig()
public void testScannersSeekOnFewLargeCells() throws IOException
IOExceptionpublic void testScanAcrossManySmallColumns() throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.