Class TestTableRecordReader
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestTableRecordReader
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static byte[][]
private static byte[]
private static int
private static int
private static int
private static byte[]
private static byte[][]
private static byte[]
private static byte[][]
private static org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
private static final int
private static byte[]
private static int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static List<org.apache.hadoop.hbase.client.Put>
createPuts
(byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] value) private static void
createTestTable
(org.apache.hadoop.hbase.TableName name, byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] cellValue) static void
static void
void
test()
-
Field Details
-
TEST_UTIL
-
CLASS_RULE
-
TABLE_NAME
-
NUM_ROWS
-
ROW
-
ROWS
-
NUM_FAMILIES
-
FAMILY
-
FAMILIES
-
NUM_QUALIFIERS
-
QUALIFIER
-
QUALIFIERS
-
VALUE_SIZE
-
VALUE
-
TIMEOUT
- See Also:
-
-
Constructor Details
-
TestTableRecordReader
public TestTableRecordReader()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
createTestTable
private static void createTestTable(org.apache.hadoop.hbase.TableName name, byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] cellValue) throws IOException - Throws:
IOException
-
createPuts
private static List<org.apache.hadoop.hbase.client.Put> createPuts(byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] value) throws IOException - Throws:
IOException
-
tearDownAfterClass
- Throws:
Exception
-
test
- Throws:
Exception
-