Hi all, I want to crawl my own site. But I find that only one mapper and one reducer is really working. I find one property as follows. But I need something like 'byString'. Can I configure some other urlpartitioner?
<!-- urlpartitioner properties --> <property> <name>partition.url.mode</name> <value>byHost</value> <description>Determines how to partition URLs. Default value is 'byHost', also takes 'byDomain' or 'byIP'. </description> </property> -- Thanks and best regards. zsx

