org.apache.accumulo.server.metanalysis
Class IndexMeta.IndexMapper
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<LogFileKey,LogFileValue,org.apache.hadoop.io.Text,Mutation>
org.apache.accumulo.server.metanalysis.IndexMeta.IndexMapper
- Enclosing class:
- IndexMeta
public static class IndexMeta.IndexMapper
- extends org.apache.hadoop.mapreduce.Mapper<LogFileKey,LogFileValue,org.apache.hadoop.io.Text,Mutation>
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper |
org.apache.hadoop.mapreduce.Mapper.Context |
Method Summary |
void |
map(LogFileKey key,
LogFileValue value,
org.apache.hadoop.mapreduce.Mapper.Context context)
|
protected void |
setup(org.apache.hadoop.mapreduce.Mapper.Context context)
|
Methods inherited from class org.apache.hadoop.mapreduce.Mapper |
cleanup, run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexMeta.IndexMapper
public IndexMeta.IndexMapper()
setup
protected void setup(org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
- Overrides:
setup
in class org.apache.hadoop.mapreduce.Mapper<LogFileKey,LogFileValue,org.apache.hadoop.io.Text,Mutation>
- Throws:
IOException
InterruptedException
map
public void map(LogFileKey key,
LogFileValue value,
org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
- Overrides:
map
in class org.apache.hadoop.mapreduce.Mapper<LogFileKey,LogFileValue,org.apache.hadoop.io.Text,Mutation>
- Throws:
IOException
InterruptedException
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.