From: Doug C. <cu...@us...> - 2005-08-24 04:15:56
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22467/conf Modified Files: Tag: mapred nutch-site.xml Log Message: Put task timeout in nutch-site.xml so that it is seen when tasktracker is started. Index: nutch-site.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/conf/nutch-site.xml,v retrieving revision 1.24.2.1 retrieving revision 1.24.2.2 diff -C2 -d -r1.24.2.1 -r1.24.2.2 *** nutch-site.xml 22 Aug 2005 18:18:34 -0000 1.24.2.1 --- nutch-site.xml 24 Aug 2005 04:15:48 -0000 1.24.2.2 *************** *** 49,52 **** --- 49,57 ---- </property> + <property> + <name>mapred.task.timeout</name> + <value>3600000</value> + </property> + <!-- Override a few Nutch defaults --> |