Package org.apache.hadoop.hbase.test
Class IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper
- Enclosing class:
- IntegrationTestWithCellVisibilityLoadAndVerify
public static class IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper
extends IntegrationTestLoadAndVerify.LoadMapper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
-
Field Summary
Modifier and TypeFieldDescriptionprivate org.apache.hadoop.mapreduce.Counter
private org.apache.hadoop.mapreduce.Counter
private org.apache.hadoop.mapreduce.Counter
private org.apache.hadoop.mapreduce.Counter
Fields inherited from class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
conf, connection, mutator, numBackReferencesPerRow, recordsToWrite, refsWritten, rowsWritten, shortTaskId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.mapreduce.Counter
getCounter
(int idx) protected void
map
(org.apache.hadoop.io.NullWritable key, org.apache.hadoop.io.NullWritable value, org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable, org.apache.hadoop.io.NullWritable, org.apache.hadoop.io.NullWritable, org.apache.hadoop.io.NullWritable>.org.apache.hadoop.mapreduce.Mapper.Context context) void
setup
(org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable, org.apache.hadoop.io.NullWritable, org.apache.hadoop.io.NullWritable, org.apache.hadoop.io.NullWritable>.org.apache.hadoop.mapreduce.Mapper.Context context) Methods inherited from class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
cleanup
Methods inherited from class org.apache.hadoop.mapreduce.Mapper
run
-
Field Details
-
rowsExp1
-
rowsExp2
-
rowsExp3
-
rowsexp4
-
-
Constructor Details
-
LoadWithCellVisibilityMapper
public LoadWithCellVisibilityMapper()
-
-
Method Details
-
setup
public void setup(org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable, org.apache.hadoop.io.NullWritable, throws IOExceptionorg.apache.hadoop.io.NullWritable, org.apache.hadoop.io.NullWritable>.org.apache.hadoop.mapreduce.Mapper.Context context) - Overrides:
setup
in classIntegrationTestLoadAndVerify.LoadMapper
- Throws:
IOException
-
map
protected void map(org.apache.hadoop.io.NullWritable key, org.apache.hadoop.io.NullWritable value, org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable, org.apache.hadoop.io.NullWritable, throws IOException, InterruptedExceptionorg.apache.hadoop.io.NullWritable, org.apache.hadoop.io.NullWritable>.org.apache.hadoop.mapreduce.Mapper.Context context) - Overrides:
map
in classIntegrationTestLoadAndVerify.LoadMapper
- Throws:
IOException
InterruptedException
-
getCounter
-