SomeNet
/
public repos
/
pub
/
jan
/
adbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2be1f05
)
make mapreduce remove local output files.
author
Jan Vales
<jan@jvales.net>
Wed, 15 May 2019 03:58:24 +0000
(
05:58
+0200)
committer
Jan Vales
<jan@jvales.net>
Wed, 15 May 2019 03:58:24 +0000
(
05:58
+0200)
ex2/mapreduce/build_run.sh
patch
|
blob
|
history
diff --git
a/ex2/mapreduce/build_run.sh
b/ex2/mapreduce/build_run.sh
index 040cc2f2f7c766c73adfc0240d3ddf8d0dde61c3..72959d59bfc4d9b5346cdb54aeff4abcbdac55fa 100755
(executable)
--- 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