Skip to content

Commit dcb240f

Browse files
authored
Merge pull request #88054 from rmca14/gif-delete
remove gif
2 parents c69aa32 + e898fcd commit dcb240f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/hdinsight/hadoop/apache-hadoop-introduction.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ Apache Hadoop MapReduce is a software framework for writing jobs that process va
2626

2727
* **Reducer**: Consumes tuples emitted by the Mapper and performs a summary operation that creates a smaller, combined result from the Mapper data
2828

29-
A basic word count MapReduce job example is illustrated in the following diagram:
30-
31-
![HDI.WordCountDiagram][image-hdi-wordcountdiagram]
32-
3329
The output of this job is a count of how many times each word occurred in the text.
3430

3531
* The mapper takes each line from the input text as an input and breaks it into words. It emits a key/value pair each time a word occurs of the word is followed by a 1. The output is sorted before sending it to reducer.

0 commit comments

Comments
 (0)