[ 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
Previous revision
Next revision Both sides next revision
courses:mapreduce-tutorial:step-3 [2012/01/24 19:19]
straka
courses:mapreduce-tutorial:step-3 [2012/01/24 20:09]
straka
Line 5: Line 5:
 ===== Example Perl mapper ===== ===== Example Perl mapper =====
  
-<code perl>+<code perl mapper.pl>
 #!/usr/bin/perl #!/usr/bin/perl
  
Line 38: Line 38:
 ===== Exercise ===== ===== Exercise =====
  
-Try running a MR job on ''/home/straka/wiki/cs-text'', which outputs only +To check that your Hadoop environment works, try running a MR job on ''/home/straka/wiki/cs-text'', which outputs only articles with names beginning with a (ignoring the case).
-articles with names beginning with a (ignoring the case).+
  

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