Am 27.12.2005 um 12:11 schrieb carmmello:
Exception in thread "main" java.lang.RuntimeException: Bad
mapred.job.tracker: local
at org.apache.nutch.mapred.JobTracker.getAddress
(JobTracker.java:254)
at
You need to define a non 'local' jobtracker when running a tasktracker, so the tasktracker can connect to the jobtracker. If you like to run a local one machine nutch, just start nothing and use the bin/nutch command line tool.
HTH Stefan
