You can use the 'hadoop.tmp.dir' property in hadoop-site.xml to
specify an alternate path for temporary directory.

Example:

<property>
  <name>hadoop.tmp.dir</name>
  <value>/home2/tmp/</value>
  <description></description>
</property>

Regards,
Susam Pal

On Tue, Sep 16, 2008 at 10:50 AM, Srinivas Gokavarapu
<[EMAIL PROTECTED]> wrote:
> Hi,
>          I am crawling large data from the web. I have started crawling and
> I got an error saying no disk space. After checking I came to know that
> nutch stores temporarily during crawling in /tmp folder. I dont have much
> space in / directory. But I have more space on my /home2 directory where I
> started the crawling. Can somebody help to change the temporary storage to
> some folder in my home2 for crawling.
>
> Thanx in advance,
> Srinivas.
>

Reply via email to