On Mon, Jun 3, 2013 at 6:53 AM, feng lu <[email protected]> wrote:
> I see that nutch2.x will use the underlying operating system time to set > the FetchTime. like this > > fit.page.setFetchTime(System.currentTimeMillis()); > > The granularity of the value depends on the underlying operating system. so > check your current OS time using date command. > > > On Mon, Jun 3, 2013 at 8:57 PM, Bai Shen <[email protected]> wrote: > > > I'm using the 2.x head and even with adding 30 days I'm not getting any > > refetches. I did a readdb on my injected url and it says that the fetch > > time is in 2027. > Can share the crawl datum for that url ? > > > > Any idea why this would occur? > If it was a freshly injected url, then I would go with Fengs' advice. Will db.fetch.interval.max kick in and > > cause it to be fetched earlier? > nope. Or will I have to manually change the > > fetchTime using the hbase shell? > I think so. > > > Thanks. > > > > > > -- > Don't Grow Old, Grow Up... :-) >

