Skip to main content
. 2014 Oct 29;7:22. doi: 10.1186/1756-0381-7-22

Figure 2.

Figure 2

The WordCount problem MapReduce algorithm workflow. The algorithm counts the number of occurrences for every word in the file. The file is chunked and distributed over the computing nodes in the cluster. The mapper must be completed to start the reducer phase, otherwise an error will be reported and the execution will be stopped.