Package org.apache.hadoop.hbase.test
Class IntegrationTestBigLinkedListWithVisibility.VisibilityVerify
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Verify
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility.VisibilityVerify
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
,org.apache.hadoop.util.Tool
- Enclosing class:
- IntegrationTestBigLinkedListWithVisibility
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Verify
IntegrationTestBigLinkedList.Verify.VerifyCounts, IntegrationTestBigLinkedList.Verify.VerifyMapper, IntegrationTestBigLinkedList.Verify.VerifyReducer
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private static final org.slf4j.Logger
private org.apache.hadoop.hbase.TableName
Fields inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Verify
DEF, DEF_LOST_FAMILIES, job
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate int
doVerify
(org.apache.hadoop.fs.Path outputDir, int numReducers) protected void
handleFailure
(org.apache.hadoop.mapreduce.Counters counters) int
run
(org.apache.hadoop.fs.Path outputDir, int numReducers) Methods inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Verify
run, run, verify, verifyExpectedValues, verifyUnexpectedValues
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Field Details
-
LOG
-
tableName
-
labelIndex
-
-
Constructor Details
-
VisibilityVerify
-
-
Method Details
-
run
- Overrides:
run
in classIntegrationTestBigLinkedList.Verify
- Throws:
Exception
-
doVerify
private int doVerify(org.apache.hadoop.fs.Path outputDir, int numReducers) throws IOException, InterruptedException, ClassNotFoundException -
handleFailure
- Overrides:
handleFailure
in classIntegrationTestBigLinkedList.Verify
- Throws:
IOException
-