[ 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-5 [2012/01/25 21:56]
straka
courses:mapreduce-tutorial:step-5 [2012/01/28 12:07]
majlis Scripts were removed.
Line 44: Line 44:
 Run a Hadoop job on ''/home/straka/wiki/cs-text-small'', which counts occurrences of every word in the article texts. Run a Hadoop job on ''/home/straka/wiki/cs-text-small'', which counts occurrences of every word in the article texts.
  
-{{:courses:mapreduce-tutorial:step-5-solution1.txt|Solution.pl}} 
  
 ===== Exercise 2 ===== ===== Exercise 2 =====
Line 50: Line 49:
 Run a Hadoop job on ''/home/straka/wiki/cs-text-small'', which generates an inverted index. Inverted index contains for each word all its //occurrences//, where each occurrence is pair (article of occurrence, position of occurrence). Run a Hadoop job on ''/home/straka/wiki/cs-text-small'', which generates an inverted index. Inverted index contains for each word all its //occurrences//, where each occurrence is pair (article of occurrence, position of occurrence).
  
-{{:courses:mapreduce-tutorial:step-5-solution2.txt|Solution.pl}} 
  

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