[ 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/28 12:05]
majlis Scripts were reuploaded.
courses:mapreduce-tutorial:step-3 [2012/01/29 15:59]
straka
Line 8: Line 8:
  
 <file perl> <file perl>
-#!/usr/bin/perl 
- 
 package Mapper; package Mapper;
 use Moose; use Moose;
Line 29: Line 27:
   output_compression => 0);   output_compression => 0);
  
-$runner->run();+$runner->run();  # Parse arguments in @ARGV and run the Hadoop job.
 </file> </file>
  

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