[ 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:hadoop-job-overview [2012/02/05 19:35]
straka
courses:mapreduce-tutorial:hadoop-job-overview [2012/02/05 19:36]
straka
Line 7: Line 7:
   * [optional] //a partitioner// -- partitioner is executed on every (key, value) pair produced by mapper, and outputs the number of the reducer which should process this pair.   * [optional] //a partitioner// -- partitioner is executed on every (key, value) pair produced by mapper, and outputs the number of the reducer which should process this pair.
  
-An AllReduce Hadoop job ([[.:step-16|Perl version]], [[.:step-31|Java version]] consists of a mapper only. All the mappers must be executed simultaneously and can communicate using a ''allReduce'' function.+An AllReduce Hadoop job ([[.:step-16|Perl version]], [[.:step-31|Java version]]consists of a mapper only. All the mappers must be executed simultaneously and can communicate using a ''allReduce'' function.
  
 Any Hadoop job can run: Any Hadoop job can run:

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