Class RegexMapper<K>

java.lang.Object
org.apache.hadoop.mapreduce.Mapper<K,Text,Text,LongWritable>
org.apache.hadoop.mapreduce.lib.map.RegexMapper<K>

@Public @Stable public class RegexMapper<K> extends Mapper<K,Text,Text,LongWritable>
A Mapper that extracts text matching a regular expression.