From bf73c2b7d29c29157ee6a315ea60c2d9813521d4 Mon Sep 17 00:00:00 2001 From: Andrea Smith Date: Tue, 3 Nov 2020 12:48:16 -0600 Subject: ASEDFJAWEIJAWE --- P2/lib/utils.c | 2 +- P2/lib/utils.o | Bin 18096 -> 0 bytes P2/mapper | Bin 32920 -> 0 bytes P2/mapreduce | Bin 30544 -> 0 bytes P2/reducer | Bin 31840 -> 0 bytes 5 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 P2/lib/utils.o delete mode 100755 P2/mapper delete mode 100755 P2/mapreduce delete mode 100755 P2/reducer diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 4f86f50..e023f1a 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -25,7 +25,7 @@ char *getChunkData(int mapperID) { msgrcv(mid, &message, MSGSIZE, mapperID, 0); printf("\n%s\n", message.msgText); // printf("%d\n", strncmp("END", message.msgText, 3)); - if (strncmp("END", message.msgText, 4) == 0) + if (strncmp("END", message.msgText, 3) == 0) return NULL; // char* value = message.msgText; // return value; diff --git a/P2/lib/utils.o b/P2/lib/utils.o deleted file mode 100644 index 7b61d53..0000000 Binary files a/P2/lib/utils.o and /dev/null differ diff --git a/P2/mapper b/P2/mapper deleted file mode 100755 index 1764b56..0000000 Binary files a/P2/mapper and /dev/null differ diff --git a/P2/mapreduce b/P2/mapreduce deleted file mode 100755 index 1020a54..0000000 Binary files a/P2/mapreduce and /dev/null differ diff --git a/P2/reducer b/P2/reducer deleted file mode 100755 index 919dfd4..0000000 Binary files a/P2/reducer and /dev/null differ -- cgit v1.2.3