[ 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-27 [2012/01/29 16:18]
straka
courses:mapreduce-tutorial:step-27 [2012/01/30 15:43]
majlis
Line 127: Line 127:
  
 Using this type, create an inverted index -- implement a Hadoop job, that for each word creates a //sorted// list of ''DocWithOccurences<Text>'' containing the documents containing this word, including the occurences. Using this type, create an inverted index -- implement a Hadoop job, that for each word creates a //sorted// list of ''DocWithOccurences<Text>'' containing the documents containing this word, including the occurences.
 +
 +
 +
 +----
 +
 +<html>
 +<table style="width:100%">
 +<tr>
 +<td style="text-align:left; width: 33%; "></html>[[step-26|Step 26]]: Counters, compression and job configuration.<html></td>
 +<td style="text-align:center; width: 33%; "></html>[[.|Overview]]<html></td>
 +<td style="text-align:right; width: 33%; "></html>[[step-28|Step 28]]: Running multiple Hadoop jobs in one class.<html></td>
 +</tr>
 +</table>
 +</html>

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