Package org.apache.hadoop.hbase.test
Class IntegrationTestBigLinkedListWithVisibility.VisibilityGenerator
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility.VisibilityGenerator
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
,org.apache.hadoop.util.Tool
- Enclosing class:
- IntegrationTestBigLinkedListWithVisibility
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator
IntegrationTestBigLinkedList.Generator.GeneratorCounts, IntegrationTestBigLinkedList.Generator.GeneratorInputFormat, IntegrationTestBigLinkedList.Generator.GeneratorMapper, IntegrationTestBigLinkedList.Generator.OneFilePerMapperSFIF<K,
V> -
Field Summary
Fields inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator
BIG_FAMILY_VALUE_SIZE_KEY, job, MULTIPLE_UNEVEN_COLUMNFAMILIES_KEY, USAGE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
private void
createTable
(org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.TableName tableName, boolean setVersion, boolean acl) protected void
setMapperForGenerator
(org.apache.hadoop.mapreduce.Job job) Methods inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator
jobCompletion, run, run, runGenerator, runRandomInputGenerator, verify
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
-
-
Constructor Details
-
VisibilityGenerator
-
-
Method Details
-
createSchema
- Overrides:
createSchema
in classIntegrationTestBigLinkedList.Generator
- Throws:
IOException
-
createTable
private void createTable(org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.TableName tableName, boolean setVersion, boolean acl) throws IOException - Throws:
IOException
-
setMapperForGenerator
- Overrides:
setMapperForGenerator
in classIntegrationTestBigLinkedList.Generator
-