changeset 65:e71aeb3355ff

fix from Sebastian
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Fri, 24 Apr 2020 20:01:25 +0100
parents 0520ee00e35b
children a8bb3b4c208f
files bin/bigpdf.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/bigpdf.sh	Fri Apr 24 19:57:16 2020 +0100
+++ b/bin/bigpdf.sh	Fri Apr 24 20:01:25 2020 +0100
@@ -34,7 +34,7 @@
         fi
 	export NUTCH_HEAPSIZE=20000
 	export NUTCH_LOG_DIR=/dev/shm/pcrawl/$s
-	${HOME}/src/nutch-cc/runtime/local/bin/nutch freegen -Dmapreduce.job.reduces=1 bu.txt segments
+	${HOME}/src/nutch-cc/runtime/local/bin/nutch freegen -Dmapreduce.job.maps=1 bu.txt segments
 	${HOME}/src/nutch-cc/runtime/local/bin/nutch fetch\
           -Dmapreduce.job.reduces=34 \
           segments/* -threads 144 >/dev/null 2>&1 && \