org.apache.accumulo.examples.simple.mapreduce
Class RegexExample.RegexMapper

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Mapper<Key,Value,Key,Value>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
 
Constructor Summary
RegexExample.RegexMapper()
           
 
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
 

Constructor Detail

RegexExample.RegexMapper

public RegexExample.RegexMapper()
Method Detail

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.