aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-10-05 20:10:01 -0500
committerMatt Strapp <strap012@umn.edu>2020-10-05 20:10:01 -0500
commitf22ffc5eb60dc5046cb662dbdb2c15e22d33df76 (patch)
tree90a1224b2fe27d8050d4ca20132406b1d088609a
parentAdd shell scripts (diff)
downloadcsci4061-f22ffc5eb60dc5046cb662dbdb2c15e22d33df76.tar
csci4061-f22ffc5eb60dc5046cb662dbdb2c15e22d33df76.tar.gz
csci4061-f22ffc5eb60dc5046cb662dbdb2c15e22d33df76.tar.bz2
csci4061-f22ffc5eb60dc5046cb662dbdb2c15e22d33df76.tar.lz
csci4061-f22ffc5eb60dc5046cb662dbdb2c15e22d33df76.tar.xz
csci4061-f22ffc5eb60dc5046cb662dbdb2c15e22d33df76.tar.zst
csci4061-f22ffc5eb60dc5046cb662dbdb2c15e22d33df76.zip
Add .good
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rwxr-xr-xP1/solutionexe/mapper.goodbin0 -> 38848 bytes
-rwxr-xr-xP1/solutionexe/mapreduce.goodbin0 -> 32632 bytes
-rwxr-xr-xP1/solutionexe/reducer.goodbin0 -> 33848 bytes
4 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index dafeca2..189b4c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,6 @@
*.d
# Object files
-*.good
# *.o
*.ko
*.obj
diff --git a/P1/solutionexe/mapper.good b/P1/solutionexe/mapper.good
new file mode 100755
index 0000000..63e089d
--- /dev/null
+++ b/P1/solutionexe/mapper.good
Binary files differ
diff --git a/P1/solutionexe/mapreduce.good b/P1/solutionexe/mapreduce.good
new file mode 100755
index 0000000..402e9af
--- /dev/null
+++ b/P1/solutionexe/mapreduce.good
Binary files differ
diff --git a/P1/solutionexe/reducer.good b/P1/solutionexe/reducer.good
new file mode 100755
index 0000000..58e0ec4
--- /dev/null
+++ b/P1/solutionexe/reducer.good
Binary files differ