[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
courses:mapreduce-tutorial:step-7 [2012/01/29 20:52]
straka
courses:mapreduce-tutorial:step-7 [2012/01/29 20:52]
straka
Line 22: Line 22:
 Remarks: Remarks:
   * The reducers seem to start running before the mappers finish. In the web interface, the running time of reducers is divided into thirds:   * The reducers seem to start running before the mappers finish. In the web interface, the running time of reducers is divided into thirds:
-    * during the first 33%, the mapper outputs are copied to the machine where reducer runs +    * during the first 33%, the mapper outputs are copied to the machine where reducer runs. 
-    * during the second 33%, the (key, value) pairs are sorted +    * during the second 33%, the (key, value) pairs are sorted. 
-    * during the last 33%, the user-defined reducer runs +    * during the last 33%, the user-defined reducer runs.
  
 ---- ----

[ Back to the navigation ] [ Back to the content ]