[Nutch-dev] Re: jobtracker

2005-03-26 Thread Stefan Groschupf
Ahh! This is was the problem. I builded a tar via 'ant tar' and decompressed the content to a other older and was running from this new folder, where isn't the link available. It works now... Thanks! Stefan Am 25.03.2005 um 21:20 schrieb Doug Cutting: Stefan Groschupf wrote: However I notice in

[Nutch-dev] Re: jobtracker

2005-03-25 Thread Doug Cutting
Stefan Groschupf wrote: However I notice in JobConf line 73 String defaultValue = "nutch.jar"; ... get("mapred.jar", defaultValue); May mapred.jar need to be setted somewhere, Grep.java doesn't set it and it is not in the nutch-default.xml Have you run 'ant' recently? This creates a symlink nam

[Nutch-dev] Re: jobtracker

2005-03-25 Thread Stefan Groschupf
Did you run the Grep.main using bin/nutch? That should do the trick: Yes, I used bin/nutch see stack attached. In and out are directories of files. Re is the regex. Group is the optional group within the regex to select when mapping. Note that you should also define "mapred.job.tracker" in nu

[Nutch-dev] Re: jobtracker

2005-03-25 Thread Doug Cutting
Stefan Groschupf wrote: I was trying the Grep job, however it fails since nutch.jar was not found. Did you run the Grep.main using bin/nutch? That should do the trick: bin/nutch org.apache.nutch.mapReduce.demo.Grep[] In and out are directories of files. Re is the regex. Group is the optio

[Nutch-dev] Re: jobtracker

2005-03-25 Thread Stefan Groschupf
This is not a fatal error. It just means that the web server that permits monitoring has failed to start. MapReduce will still work fine, and you can monitor jobs using the JobClient API. I see, thanks. I was trying the Grep job, however it fails since nutch.jar was not found. 050325 2001

[Nutch-dev] Re: jobtracker

2005-03-25 Thread Doug Cutting
Stefan Groschupf wrote: Namenode runs without problems but the tracker throws an exception: Exception in thread "main" java.io.IOException: Could not start HTTP server at org.apache.nutch.mapReduce.JobTrackerInfoServer.start(JobTrackerInfoServ er.java:104) It looks like that a kind of