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>

-------------------------------------------------------------------------
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-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to