aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--P1/src/mapreduce.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/P1/src/mapreduce.c b/P1/src/mapreduce.c
index 19cf937..0c1510e 100644
--- a/P1/src/mapreduce.c
+++ b/P1/src/mapreduce.c
@@ -54,8 +54,6 @@ int main(int argc, char *argv[]) {
printf("Wait failed!\n");
return 5;
}
- }
-printf("Not stuck here.\n");
// ###### DO NOT REMOVE ######
// shuffle sends the word.txt files generated by mapper
@@ -67,7 +65,6 @@ printf("Not stuck here.\n");
}
sleep(1);
-printf("Not stuck here.\n");
pid_t reducerPid;
for (int i = 1; i <= nReducers; i++) {