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.