On Mon, May 11, 2009 at 2:12 PM, Raymond Balmès
<[email protected]> wrote:
> as a side question, is it possible to control where tmp files are stored ?
> I bumped recently on a FS full situation so I whish to move those files to a
> bigger partition.
>
> -Ray-

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>/opt/tmp/</value>
 <description></description>
</property>

Regards,
Susam Pal

Reply via email to