From fedf66461f356cd68bd6eaee9b210ee311faa7c3 Mon Sep 17 00:00:00 2001 From: Jan Vales Date: Wed, 15 May 2019 05:58:24 +0200 Subject: [PATCH] make mapreduce remove local output files. --- ex2/mapreduce/build_run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ex2/mapreduce/build_run.sh b/ex2/mapreduce/build_run.sh index 040cc2f..72959d5 100755 --- a/ex2/mapreduce/build_run.sh +++ b/ex2/mapreduce/build_run.sh @@ -5,6 +5,7 @@ RUN_PARAM=$1 shift 1 +rm -rf output-dir hdfs dfs -rm -r -f -skipTrash output-dir .staging .Trash hadoop com.sun.tools.javac.Main "SomeMapReduce$RUN_PARAM.java" TextPair.java CSVSplitter.java -- 2.43.0