Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "NutchGotchas" page has been changed by LewisJohnMcgibbney: http://wiki.apache.org/nutch/NutchGotchas?action=diff&rev1=9&rev2=10 }}} The answer we find addressed the situation is that you're most likely out of disk space in /tmp. Consider - using another location, or possibly another partition for hadoop.tmp.dir (which can be set in nutch-site.xml) with plenty of room for large transient files or using a Hadoop cluster. + using another location, or possibly another partition for hadoop.tmp.dir (which can be set in nutch-site.xml as below) with plenty of room for large transient files or using a Hadoop cluster. + + <property> + <name>hadoop.tmp.dir</name> + <value>/path/to/large/hadoop/tmp</value> + </property> === Difference between building Nutch with Maven/Ant&Ivy ===

