You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Christopher Bader <cb...@kratylos.com> on 2008/01/31 16:42:21 UTC

running out of space in /tmp

All,

Nutch is crashing on a crawl when it runs out of disk space in /tmp.

There is lots of space in other partitions.  Aside from re-installing Linux,
is there a way of getting Nutch and/or the Java VM to use a different
directory for temporary storage?

CB




Re: running out of space in /tmp

Posted by Susam Pal <su...@gmail.com>.
In the file 'conf/hadoop-site.xml', please add this:-

<property>
 <name>hadoop.tmp.dir</name>
 <value>/path/to/your/new/tmp/directory</value>
 <description>Base for Nutch Temporary Directories</description>
</property>

Regards,
Susam Pal

On Jan 31, 2008 9:12 PM, Christopher Bader <cb...@kratylos.com> wrote:
> All,
>
> Nutch is crashing on a crawl when it runs out of disk space in /tmp.
>
> There is lots of space in other partitions.  Aside from re-installing Linux,
> is there a way of getting Nutch and/or the Java VM to use a different
> directory for temporary storage?
>
> CB
>
>
>
>