org.apache.accumulo.examples.simple.mapreduce
Class RegexExample.RegexMapper
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<Key,Value,Key,Value>
org.apache.accumulo.examples.simple.mapreduce.RegexExample.RegexMapper
- Enclosing class:
- RegexExample
public static class RegexExample.RegexMapper
- extends org.apache.hadoop.mapreduce.Mapper<Key,Value,Key,Value>
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper |
org.apache.hadoop.mapreduce.Mapper.Context |
Method Summary |
void |
map(Key row,
Value data,
org.apache.hadoop.mapreduce.Mapper.Context context)
|
Methods inherited from class org.apache.hadoop.mapreduce.Mapper |
cleanup, run, setup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexExample.RegexMapper
public RegexExample.RegexMapper()
map
public void map(Key row,
Value data,
org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
- Overrides:
map
in class org.apache.hadoop.mapreduce.Mapper<Key,Value,Key,Value>
- Throws:
IOException
InterruptedException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.