Edit your conf/hadoop-site.xml with the following value/properties

<property>
 <name>dfs.data.dir</name>
 <value>/data/hadoop/dfs/data</value>
 <description>Determines where on the local filesystem an DFS data node
 should store its blocks.  If this is a comma-delimited
 list of directories, then data will be stored in all named
 directories, typically on different devices.</description>
</property>
<property>
 <name>mapred.local.dir</name>
 <value>/data/hadoop/mapred/local</value>
 <description>The local directory where MapReduce stores intermediate
 data files.  May be a comma-separated list of
 directories on different devices in order to spread disk i/o.
 </description>
</property>

<property>
 <name>mapred.system.dir</name>
 <value>/data/hadoop/mapred/system</value>
 <description>The shared directory where MapReduce stores control files.
 </description>
</property>

<property>
 <name>mapred.temp.dir</name>
 <value>/data/hadoop/mapred/temp</value>
 <description>A shared directory for temporary files.
 </description>
</property>
</configuration>

Cheers

On 8/14/06, Matt Timion <[EMAIL PROTECTED]> wrote:
I would like nutch to use /home/tmp as a swap drive and not /tmp.  Is it 
possible to change the location for it's swap space?

Reply via email to