aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-09-28 12:03:32 -0500
committerMatt Strapp <strap012@umn.edu>2020-09-28 12:03:32 -0500
commit196b90ff6c504a7c34d85c4fc8642446522fa499 (patch)
tree61f7b55c528a6d2608a440a0ffc64615ae084cd8
parent"FIX" mapper + reducer from FAQ (diff)
downloadcsci4061-196b90ff6c504a7c34d85c4fc8642446522fa499.tar
csci4061-196b90ff6c504a7c34d85c4fc8642446522fa499.tar.gz
csci4061-196b90ff6c504a7c34d85c4fc8642446522fa499.tar.bz2
csci4061-196b90ff6c504a7c34d85c4fc8642446522fa499.tar.lz
csci4061-196b90ff6c504a7c34d85c4fc8642446522fa499.tar.xz
csci4061-196b90ff6c504a7c34d85c4fc8642446522fa499.tar.zst
csci4061-196b90ff6c504a7c34d85c4fc8642446522fa499.zip
Add new "solutionexe"
-rw-r--r--P1/solutionexe/Makefile10
-rw-r--r--[-rwxr-xr-x]P1/solutionexe/mapperbin38848 -> 38848 bytes
-rw-r--r--[-rwxr-xr-x]P1/solutionexe/mapreducebin32616 -> 32632 bytes
-rw-r--r--[-rwxr-xr-x]P1/solutionexe/reducerbin33848 -> 33848 bytes
4 files changed, 10 insertions, 0 deletions
diff --git a/P1/solutionexe/Makefile b/P1/solutionexe/Makefile
new file mode 100644
index 0000000..4a969ac
--- /dev/null
+++ b/P1/solutionexe/Makefile
@@ -0,0 +1,10 @@
+.PHONY: run
+
+run:
+ chmod +x mapreduce
+ chmod +x mapper
+ chmod +x reducer
+ ./mapreduce 5 2 test/T1/F1.txt
+
+clean:
+ rm -rf output \ No newline at end of file
diff --git a/P1/solutionexe/mapper b/P1/solutionexe/mapper
index 63e089d..63e089d 100755..100644
--- a/P1/solutionexe/mapper
+++ b/P1/solutionexe/mapper
Binary files differ
diff --git a/P1/solutionexe/mapreduce b/P1/solutionexe/mapreduce
index 6857ba1..402e9af 100755..100644
--- a/P1/solutionexe/mapreduce
+++ b/P1/solutionexe/mapreduce
Binary files differ
diff --git a/P1/solutionexe/reducer b/P1/solutionexe/reducer
index 58e0ec4..58e0ec4 100755..100644
--- a/P1/solutionexe/reducer
+++ b/P1/solutionexe/reducer
Binary files differ