public static class LinkDbReader.LinkDBDumpMapper extends Object implements Mapper<Text,Inlinks,Text,Inlinks>
Constructor and Description |
---|
LinkDBDumpMapper() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
configure(JobConf job) |
void |
map(Text key,
Inlinks value,
OutputCollector<Text,Inlinks> output,
Reporter reporter) |
public void configure(JobConf job)
configure
in interface JobConfigurable
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public void map(Text key, Inlinks value, OutputCollector<Text,Inlinks> output, Reporter reporter) throws IOException
Copyright © 2017 The Apache Software Foundation