[ 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-4 [2012/01/24 21:24]
straka
courses:mapreduce-tutorial:step-4 [2012/01/24 21:28]
straka
Line 1: Line 1:
 ====== MapReduce Tutorial : Counters ====== ====== MapReduce Tutorial : Counters ======
  
-Sometimes it is useful to +Sometimes it is useful to count events differently than outputting them (key, value) pairs. For that reason Hadoop offers simple counter framework. 
 + 
 +<code perl> 
 +... 
 +sub map() { 
 + 
 +
 +... 
 +</code>
  
 ===== Exercise ===== ===== Exercise =====
Line 8: Line 16:
  
 {{.:step-4-solution.txt|Solution.pl}} {{.:step-4-solution.txt|Solution.pl}}
 +

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