In ndfs/FSNamesystem.java is a property ndfs.replication so I added

<property>
 <name>ndfs.replication</name>
 <value>2</value>
 <description>Number of replications of fs blocks</description>
</property>

to my nutch-site.xml. I saw in this file and other files also properties that are not in nutch-default.xml and some are not even read from NutchConf but set directly in the source code, e.g. in mapred/MRConstants.java. I could go through the current code and create an updated nutch-site.xml with all properties some day next week.

regards,
Dominik


Stefan Groschupf schrieb:
Hi,
I remember that I heard it is possible to change the number of block duplicates somehow, but didn't find any property in the nutch-default.xml.
Can someone give the lost link to this property?

Thanks.
Stefan



Reply via email to