[
https://issues.apache.org/jira/browse/NUTCH-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebastian Nagel resolved NUTCH-2524.
------------------------------------
Resolution: Fixed
Committed to 1.x/master,
[0e28af6|https://github.com/apache/nutch/commit/0e28af65d8594e92d5818fe1c5a83b8f3c491d28].
> bin/crawl: fix check for HostDb in distributed mode
> ---------------------------------------------------
>
> Key: NUTCH-2524
> URL: https://issues.apache.org/jira/browse/NUTCH-2524
> Project: Nutch
> Issue Type: Bug
> Components: bin
> Affects Versions: 1.15
> Reporter: Semyon Semyonov
> Priority: Major
> Fix For: 1.15
>
>
> In crawl script you can find something likeĀ
> if [[ -d "$CRAWL_PATH"/hostdb ]]; then
> echo "Processing sitemaps based on hosts in HostDB"
> __bin_nutch sitemap "$CRAWL_PATH"/crawldb -hostdb "$CRAWL_PATH"/hostdb
> -threads $NUM_THREADS
> fi
> if [[ -d "$CRAWL_PATH"/hostdb ]]; doesnt work for HDFS only for local mode.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)