[ 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-6 [2012/01/24 22:40]
straka
courses:mapreduce-tutorial:step-6 [2012/01/24 23:49]
straka
Line 1: Line 1:
 ====== MapReduce Tutorial : Running on cluster ====== ====== MapReduce Tutorial : Running on cluster ======
  
 +Probably the most important feature of MapReduce is to run computations distributively.
 +
 +So far all our MR jobs were executed locally. But all of them can be executed on multiple machines. It suffices to add parameter ''-c'' when running them:
 +  perl script.pl run -c number_of_machines [-w sec_to_wait_after_job_completion] input_directory output_directory
  

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