[
https://issues.apache.org/jira/browse/NUTCH-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
faruk berksöz closed NUTCH-903.
-------------------------------
Resolution: Fixed
I'm so sorry...
Description is not readable.Why i don't know.I close this one and open new.
> RESUME_KEY field in FetcherJob.Java has not been get correctly
> --------------------------------------------------------------
>
> Key: NUTCH-903
> URL: https://issues.apache.org/jira/browse/NUTCH-903
> Project: Nutch
> Issue Type: Bug
> Components: fetcher
> Affects Versions: 2.0
> Environment: nutch 2.0
> Reporter: faruk berksöz
> Priority: Minor
> Fix For: 2.0
>
>
> Source modification request for nutch 2.0 .
> FetcherJob.Java
> ...
> FetcherMapper
> ....
> protected void setup(Context context) {
> Configuration conf = context.getConfiguration();
> shouldContinue = conf.getBoolean("job.continue",
> false);
> >>>
> >>> job.continue has not beeen set anywhere
> >>> "job.continue" should be RESUME_KEY which is set before for
> this purpose
> >>>
> crawlId = new Utf8(conf.get(GeneratorJob.CRAWL_ID,
> Nutch.ALL_CRAWL_ID_STR));
> }
> ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.