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? > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
