Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 175ad87

Browse files
committed
Fix nutchindexing mapreduce Indexer failing with NoSuchMethodError
1 parent b613949 commit 175ad87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/functions/workload-functions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,9 @@ function ensure-nutchindexing-release () {
396396
mkdir $NUTCH_HOME_WORKLOAD/temp
397397
unzip -q $NUTCH_HOME_WORKLOAD/nutch-1.2.job -d $NUTCH_HOME_WORKLOAD/temp
398398
rm -f $NUTCH_HOME_WORKLOAD/temp/lib/jcl-over-slf4j-*.jar
399+
rm -f $NUTCH_HOME_WORKLOAD/temp/lib/slf4j-log4j*.jar
399400
cp ${NUTCH_DIR}/target/dependency/jcl-over-slf4j-*.jar $NUTCH_HOME_WORKLOAD/temp/lib
400-
rm -f $NUTCH_ROOT/nutch-1.2.job
401+
rm -f $NUTCH_HOME_WORKLOAD/nutch-1.2.job
401402
cd $NUTCH_HOME_WORKLOAD/temp
402403
zip -qr $NUTCH_HOME_WORKLOAD/nutch-1.2.job *
403404
rm -rf $NUTCH_HOME_WORKLOAD/temp

0 commit comments

Comments
 (0)