- All Implemented Interfaces:
- Configurable, Tool
public class HostInjectorJob
extends java.lang.Object
implements Tool
Creates or updates an existing host table from a text file.
The files contain one host name per line, optionally followed by custom
metadata separated by tabs with the metadata key is separated from the
corresponding value by '='.
The URLs can contain the protocol. It will be stripped if present
e.g. http://www.nutch.org \t nutch.score=10 \t nutch.fetchInterval=2592000 \t
userType=open_source