[ 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
Last revision Both sides next revision
courses:mapreduce-tutorial:step-3 [2012/01/30 13:51]
straka
courses:mapreduce-tutorial:step-3 [2012/01/31 09:40]
straka Change Perl commandline syntax.
Line 33: Line 33:
  
 Resulting script can be executed locally in a single thread using Resulting script can be executed locally in a single thread using
-  perl script.pl run input_directory output_directory +  perl script.pl input output_directory 
-All files in input_directory are processes. The output_directory must not exist.+Input can be either file or a directory -- in that case, all files in this directory are processes. The output_directory must not exist.
  
 === Standard input and output === === Standard input and output ===

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