Class URLPartitioner

  • All Implemented Interfaces:
    Configurable

    public class URLPartitioner
    extends Partitioner<Text,​Writable>
    implements Configurable
    Partition urls by host, domain name or IP depending on the value of the parameter 'partition.url.mode' which can be 'byHost', 'byDomain' or 'byIP'