Package org.apache.hadoop.hbase
Class IntegrationTestManyRegions
java.lang.Object
org.apache.hadoop.hbase.IntegrationTestManyRegions
An integration test to detect regressions in HBASE-7220. Create a table with many regions and
verify it completes within a reasonable amount of time.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate org.apache.hadoop.hbase.client.Admin
private static final String
protected static final int
protected static final int
protected static final int
protected static final org.slf4j.Logger
protected static final int
protected static final String
protected static final int
protected static final String
protected static final org.apache.hadoop.hbase.TableName
static final org.junit.rules.TestRule
protected static final int
protected static final String
protected static final IntegrationTestingUtility
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_NAME
-
LOG
-
TABLE_NAME
-
REGION_COUNT_KEY
-
REGIONSERVER_COUNT_KEY
-
TIMEOUT_MINUTES_KEY
-
UTIL
-
DEFAULT_REGION_COUNT
- See Also:
-
REGION_COUNT
-
DEFAULT_REGIONSERVER_COUNT
- See Also:
-
REGION_SERVER_COUNT
-
DEFAULT_TIMEOUT_MINUTES
- See Also:
-
TIMEOUT_MINUTES
-
timeout
-
admin
-
-
Constructor Details
-
IntegrationTestManyRegions
public IntegrationTestManyRegions()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
IOException
-
testCreateTableWithRegions
- Throws:
Exception
-