From 831d5587d066eeca28172b4bf82fab3c2ae828c3 Mon Sep 17 00:00:00 2001 From: bennojoy Date: Fri, 19 Apr 2013 14:33:18 +0530 Subject: [PATCH] readme update hadoop 1 --- hadoop/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hadoop/README.md b/hadoop/README.md index d63e666..5e2ef49 100644 --- a/hadoop/README.md +++ b/hadoop/README.md @@ -63,11 +63,14 @@ As the Figure above shows when the client instructs the jobtracker to run a job In the above example datanode1 and datanode2 had the blocks so the tasktrackers on those nodes run the map jobs, Once the jobs are completed the two nodes would have key,value results as below: MapJob Results: -TaskTracker1: + +TaskTracker1: + "Black: 1" "Sheep: 1" TaskTracker2: + "White: 1 "Sheep: 1"