hello
i'm using nutch 1.2 with eclipse IDE
Crawl nutch =new Crawl();
String [] arg = {"/home/nutch/urls","-dir","/home/INDEX","-depth","2"};
nutch.main(arg);
but i have this error
ATTENTION: job_local_0001
java.lang.RuntimeException: x point org.apache.nutch.net.URLNormalizer not
found.
at org.apache.nutch.net.URLNormalizers.<init>(URLNormalizers.java:122)
at
org.apache.nutch.crawl.Injector$InjectMapper.configure(Injector.java:70)
at
org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:58)
at
org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:83)
at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:34)
...any on can help me
--
View this message in context:
http://lucene.472066.n3.nabble.com/using-nutch-1-2-jar-tp2838708p2838708.html
Sent from the Lucene - General mailing list archive at Nabble.com.