From afe019587581ce736b0fb46c20bb54ae31f6e241 Mon Sep 17 00:00:00 2001 From: bennojoy Date: Fri, 19 Apr 2013 14:40:14 +0530 Subject: [PATCH] readme update hadoop 3 --- hadoop/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hadoop/README.md b/hadoop/README.md index 00ddb4b..9d208a1 100644 --- a/hadoop/README.md +++ b/hadoop/README.md @@ -64,13 +64,13 @@ In the above example datanode1 and datanode2 had the blocks so the tasktrackers MapJob Results: -TaskTracker1: - -"Black: 1" "Sheep: 1" - -TaskTracker2: + TaskTracker1: + "Black: 1" + "Sheep: 1" -"White: 1" "Sheep: 1" + TaskTracker2: + "White: 1" + "Sheep: 1" Once the Map Phase is completed the jobtracker process initiates the Shuffle and Reduce process.