protected abstract static class MRMigrationBase.MRMigrationMapperBase<TKey,TValue>
extends org.apache.hadoop.mapreduce.Mapper<TKey,TValue,org.apache.hadoop.io.Text,org.apache.accumulo.core.data.Mutation>
| Modifier | Constructor and Description |
|---|---|
protected |
MRMigrationMapperBase() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.hadoop.io.Text |
getOutputTableNameText() |
org.vertexium.VertexiumSerializer |
getVertexiumSerializer() |
protected void |
map(TKey key,
TValue value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
protected abstract void |
safeMap(TKey key,
TValue value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
protected void |
setup(org.apache.hadoop.mapreduce.Mapper.Context context) |
protected void setup(org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
setup in class org.apache.hadoop.mapreduce.Mapper<TKey,TValue,org.apache.hadoop.io.Text,org.apache.accumulo.core.data.Mutation>IOExceptionInterruptedExceptionprotected void map(TKey key, TValue value, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
map in class org.apache.hadoop.mapreduce.Mapper<TKey,TValue,org.apache.hadoop.io.Text,org.apache.accumulo.core.data.Mutation>IOExceptionInterruptedExceptionprotected abstract void safeMap(TKey key, TValue value, org.apache.hadoop.mapreduce.Mapper.Context context) throws Exception
Exceptionpublic org.vertexium.VertexiumSerializer getVertexiumSerializer()
protected org.apache.hadoop.io.Text getOutputTableNameText()
Copyright © 2014–2015. All rights reserved.