i configurate my nutch project according to the FAQ. but some exception
throws when i run the following command:

$ ./bin/nutch crawl urls -dir crawl.demo -depth 2 -threads 4

Exception:

crawl started in: crawl.demo
rootUrlDir = urls
threads = 4
depth = 2
Injector: starting
Injector: crawlDb: crawl.demo/crawldb
Injector: urlDir: urls
Injector: Converting injected urls to crawl db entries.
Exception in thread "main" java.io.IOException: Input directory
C:/cygwin/opt/nu
tch/urls in local is invalid.
       at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:274)
       at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:327)
       at org.apache.nutch.crawl.Injector.inject(Injector.java:138)
       at org.apache.nutch.crawl.Crawl.main(Crawl.java:105)

P.S. File urls already exists.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to