IntegrationTestBigLinkedList |
This is an integration test borrowed from goraci, written by Keith Turner, which is in turn
inspired by the Accumulo test called continous ingest (ci).
|
IntegrationTestBigLinkedList.CINode |
|
IntegrationTestBigLinkedList.Clean |
|
IntegrationTestBigLinkedList.Delete |
A stand alone program that deletes a single node.
|
IntegrationTestBigLinkedList.Generator |
A Map only job that generates random linked list and stores them.
|
IntegrationTestBigLinkedList.Generator.GeneratorInputFormat |
|
IntegrationTestBigLinkedList.Generator.GeneratorInputFormat.GeneratorInputSplit |
|
IntegrationTestBigLinkedList.Generator.GeneratorInputFormat.GeneratorRecordReader |
|
IntegrationTestBigLinkedList.Generator.GeneratorMapper |
Some ASCII art time:
|
IntegrationTestBigLinkedList.Generator.GeneratorMapper.ConcurrentWalker |
|
IntegrationTestBigLinkedList.Generator.OneFilePerMapperSFIF<K,V> |
Ensure output files from prev-job go to map inputs for current job
|
IntegrationTestBigLinkedList.Loop |
Executes Generate and Verify in a loop.
|
IntegrationTestBigLinkedList.Print |
|
IntegrationTestBigLinkedList.Search |
Tool to search missing rows in WALs and hfiles.
|
IntegrationTestBigLinkedList.Search.WALSearcher |
WALPlayer override that searches for keys loaded in the setup.
|
IntegrationTestBigLinkedList.Search.WALSearcher.WALMapperSearcher |
The actual searcher mapper.
|
IntegrationTestBigLinkedList.Verify |
|
IntegrationTestBigLinkedList.Verify.VerifyMapper |
|
IntegrationTestBigLinkedList.Verify.VerifyReducer |
Per reducer, we output problem rows as byte arrays so can be used as input for subsequent
investigative mapreduce jobs.
|
IntegrationTestBigLinkedList.Walker |
|
IntegrationTestBigLinkedList.WalkerBase |
|
IntegrationTestBigLinkedListWithVisibility |
IT test used to verify the deletes with visibility labels.
|
IntegrationTestBigLinkedListWithVisibility.Copier |
|
IntegrationTestBigLinkedListWithVisibility.VisibilityDeleteImport |
|
IntegrationTestBigLinkedListWithVisibility.VisibilityGenerator |
|
IntegrationTestBigLinkedListWithVisibility.VisibilityGenerator.VisibilityGeneratorMapper |
|
IntegrationTestBigLinkedListWithVisibility.VisibilityImport |
|
IntegrationTestBigLinkedListWithVisibility.VisibilityLoop |
|
IntegrationTestBigLinkedListWithVisibility.VisibilityVerify |
|
IntegrationTestLoadAndVerify |
A large test which loads a lot of data that has internal references, and verifies the data.
|
IntegrationTestLoadAndVerify.LoadMapper |
|
IntegrationTestLoadAndVerify.VerifyMapper |
|
IntegrationTestLoadAndVerify.VerifyReducer |
|
IntegrationTestLoadAndVerify.WALSearcher |
Tool to search missing rows in WALs and hfiles.
|
IntegrationTestLoadAndVerify.WALSearcher.WALMapperSearcher |
The actual searcher mapper.
|
IntegrationTestLoadCommonCrawl |
This integration test loads successful resource retrieval records from the Common Crawl
(https://commoncrawl.org/) public dataset into an HBase table and writes records that can be used
to later verify the presence and integrity of those records.
|
IntegrationTestLoadCommonCrawl.HBaseKeyWritable |
|
IntegrationTestLoadCommonCrawl.Loader |
|
IntegrationTestLoadCommonCrawl.Loader.LoaderMapper |
|
IntegrationTestLoadCommonCrawl.OneFilePerMapperSFIF<K,V> |
|
IntegrationTestLoadCommonCrawl.Verify |
|
IntegrationTestLoadCommonCrawl.Verify.VerifyMapper |
|
IntegrationTestMonkeys |
|
IntegrationTestReplication |
This is an integration test for replication.
|
IntegrationTestReplication.ClusterID |
Wrapper around an HBase ClusterID allowing us to get admin connections and configurations for
it
|
IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas |
|
IntegrationTestTimeBoundedRequestsWithRegionReplicas |
An IntegrationTest for doing reads with a timeout, to a read-only table with region replicas.
|
IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader |
|
IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader.TimeoutThread |
|
IntegrationTestWithCellVisibilityLoadAndVerify |
A large test which loads a lot of data with cell visibility, and verifies the data.
|
IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper |
|
IntegrationTestWithCellVisibilityLoadAndVerify.VerifyMapper |
|
IntegrationTestZKAndFSPermissions |
An integration test which checks that the znodes in zookeeper and data in the FileSystem are
protected for secure HBase deployments.
|
MetricsAssertHelperImpl |
A helper class that will allow tests to get into hadoop2's metrics2 values.
|