[ 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-3 [2012/01/24 20:09]
straka
courses:mapreduce-tutorial:step-3 [2012/01/24 20:09]
straka
Line 5: Line 5:
 ===== Example Perl mapper ===== ===== Example Perl mapper =====
  
-<code perl mapper.pl>+<file perl mapper.pl>
 #!/usr/bin/perl #!/usr/bin/perl
  
Line 28: Line 28:
  
 $runner->run(); $runner->run();
-</code>+</file>
  
 The values ''input_format'', ''output_format'' and ''output_compression'' could be left out, because they are all set to their default value. The values ''input_format'', ''output_format'' and ''output_compression'' could be left out, because they are all set to their default value.

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