org.apache.accumulo.server.metanalysis
Class FilterMeta.FilterMapper
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<LogFileKey,LogFileValue,LogFileKey,LogFileValue>
org.apache.accumulo.server.metanalysis.FilterMeta.FilterMapper
- Enclosing class:
- FilterMeta
public static class FilterMeta.FilterMapper
- extends org.apache.hadoop.mapreduce.Mapper<LogFileKey,LogFileValue,LogFileKey,LogFileValue>
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 |
FilterMeta.FilterMapper
public FilterMeta.FilterMapper()
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,LogFileKey,LogFileValue>
- 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,LogFileKey,LogFileValue>
- Throws:
IOException
InterruptedException
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.