diff options
| author | Matt Strapp <strap012@umn.edu> | 2020-10-05 20:10:01 -0500 |
|---|---|---|
| committer | Matt Strapp <strap012@umn.edu> | 2020-10-05 20:10:01 -0500 |
| commit | f22ffc5eb60dc5046cb662dbdb2c15e22d33df76 (patch) | |
| tree | 90a1224b2fe27d8050d4ca20132406b1d088609a | |
| parent | Add shell scripts (diff) | |
| download | csci4061-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-- | .gitignore | 1 | ||||
| -rwxr-xr-x | P1/solutionexe/mapper.good | bin | 0 -> 38848 bytes | |||
| -rwxr-xr-x | P1/solutionexe/mapreduce.good | bin | 0 -> 32632 bytes | |||
| -rwxr-xr-x | P1/solutionexe/reducer.good | bin | 0 -> 33848 bytes |
4 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ *.d # Object files -*.good # *.o *.ko *.obj diff --git a/P1/solutionexe/mapper.good b/P1/solutionexe/mapper.good Binary files differnew file mode 100755 index 0000000..63e089d --- /dev/null +++ b/P1/solutionexe/mapper.good diff --git a/P1/solutionexe/mapreduce.good b/P1/solutionexe/mapreduce.good Binary files differnew file mode 100755 index 0000000..402e9af --- /dev/null +++ b/P1/solutionexe/mapreduce.good diff --git a/P1/solutionexe/reducer.good b/P1/solutionexe/reducer.good Binary files differnew file mode 100755 index 0000000..58e0ec4 --- /dev/null +++ b/P1/solutionexe/reducer.good |
