Class TestCellBasedWALPlayer2
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestCellBasedWALPlayer2
Basic test for the WALPlayer M/R tool
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static MiniHBaseCluster
private static org.apache.hadoop.conf.Configuration
private static org.apache.hadoop.fs.FileSystem
private static org.apache.hadoop.fs.FileSystem
org.junit.rules.TestName
private static org.apache.hadoop.fs.Path
private static final HBaseTestingUtility
private static org.apache.hadoop.fs.Path
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
void
Test main methodvoid
Test WALKeyValueMapper setup and mapprivate void
testWALKeyValueMapper
(String tableConfigKey) void
void
Simple end-to-end test
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
cluster
-
rootDir
-
walRootDir
-
fs
-
logFs
-
conf
-
name
-
-
Constructor Details
-
TestCellBasedWALPlayer2
public TestCellBasedWALPlayer2()
-
-
Method Details
-
beforeClass
- Throws:
Exception
-
afterClass
- Throws:
Exception
-
testWALPlayer
Simple end-to-end test- Throws:
Exception
-
testWALKeyValueMapper
Test WALKeyValueMapper setup and map- Throws:
Exception
-
testWALKeyValueMapperWithDeprecatedConfig
- Throws:
Exception
-
testWALKeyValueMapper
- Throws:
Exception
-
testMainMethod
Test main method- Throws:
Exception
-