Update of /cvsroot/archive-access/archive-access/projects/nutch/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25361
Modified Files:
Tag: mapred
nutch-site.xml
Log Message:
Don't configure NDFS & mapred by default.
Index: nutch-site.xml
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/nutch/conf/nutch-site.xml,v
retrieving revision 1.24.2.5
retrieving revision 1.24.2.6
diff -C2 -d -r1.24.2.5 -r1.24.2.6
*** nutch-site.xml 21 Oct 2005 20:53:57 -0000 1.24.2.5
--- nutch-site.xml 22 Nov 2005 22:50:05 -0000 1.24.2.6
***************
*** 5,22 ****
<nutch-conf>
- <!-- NDFS -->
-
- <property>
- <name>fs.default.name</name>
- <value>ia109102.archive.org:8009</value>
- </property>
-
- <!-- MapReduce -->
-
- <property>
- <name>mapred.job.tracker</name>
- <value>ia109102.archive.org:8010</value>
- </property>
-
<!-- Override a few Nutch defaults -->
--- 5,8 ----
***************
*** 76,79 ****
--- 62,70 ----
</property>
+ <property>
+ <name>indexer.mergeFactor</name>
+ <value>30</value>
+ </property>
+
<!-- make summaries a little longer than the default -->
<property>
|