Class NodeDumper.Dumper.DumperMapper

java.lang.Object
org.apache.hadoop.mapreduce.Mapper<Text,Node,Text,FloatWritable>
org.apache.nutch.scoring.webgraph.NodeDumper.Dumper.DumperMapper
Enclosing class:
NodeDumper.Dumper

public static class NodeDumper.Dumper.DumperMapper extends Mapper<Text,Node,Text,FloatWritable>
Outputs the host or domain as key for this record and numInlinks, numOutlinks or score as the value.