Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by pannous: http://wiki.apache.org/nutch/Nutch_on_local_filesystem New page: To start with nutch or to crawl intranets it might be a good idea to run nutch the simple way: without the hadoop distributed virtual filesystem. The easiest way to achieve this is to edit your hadoop-default.xml file: <property> <name>fs.hdfs.impl</name> <value>org.apache.hadoop.fs.LocalFileSystem</value> <!--<value>org.apache.hadoop.dfs.DistributedFileSystem</value>--> </property>
