aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--P2/lib/utils.c2
-rw-r--r--P2/lib/utils.obin0 -> 18096 bytes
-rwxr-xr-xP2/mapperbin0 -> 32920 bytes
-rwxr-xr-xP2/mapreducebin0 -> 30544 bytes
-rwxr-xr-xP2/reducerbin0 -> 31840 bytes
5 files changed, 1 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c
index b9d4be6..4f86f50 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -33,7 +33,7 @@ char *getChunkData(int mapperID) {
// DEBUG! malloc a buffer/return
char* value = malloc(1024); // chunkSize or MSGSIZE?
return value;
- // Free memory
+ // Free memory outside of getChunkData?
// printf("%s\n", message.msgText);
//printf("RECEIVED CHUNK:%s\nRECEIVED VALUE:%ld\n", value, message.msgType);
diff --git a/P2/lib/utils.o b/P2/lib/utils.o
new file mode 100644
index 0000000..7b61d53
--- /dev/null
+++ b/P2/lib/utils.o
Binary files differ
diff --git a/P2/mapper b/P2/mapper
new file mode 100755
index 0000000..1764b56
--- /dev/null
+++ b/P2/mapper
Binary files differ
diff --git a/P2/mapreduce b/P2/mapreduce
new file mode 100755
index 0000000..1020a54
--- /dev/null
+++ b/P2/mapreduce
Binary files differ
diff --git a/P2/reducer b/P2/reducer
new file mode 100755
index 0000000..919dfd4
--- /dev/null
+++ b/P2/reducer
Binary files differ