readme update hadoop 1

pull/63/head
bennojoy 11 years ago
parent c8463cb1bf
commit 831d5587d0
  1. 5
      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"