[ 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-13 [2012/01/25 23:00]
straka
courses:mapreduce-tutorial:step-13 [2012/01/26 23:13]
straka
Line 3: Line 3:
 You are given data consisting of (31-bit integer, string data) pairs. These are available in plain text format: You are given data consisting of (31-bit integer, string data) pairs. These are available in plain text format:
 ^ Path ^ Size ^ ^ Path ^ Size ^
-| /home/straka/hadoop/example-inputs/numbers-small | 3MB | +| /net/projects/hadoop/examples/inputs/numbers-small | 3MB | 
-| /home/straka/hadoop/example-inputs/numbers-medium | 184MB | +| /net/projects/hadoop/examples/inputs/numbers-medium | 184MB | 
-| /home/straka/hadoop/example-inputs/numbers-large | 916MB |+| /net/projects/hadoop/examples/inputs/numbers-large | 916MB |
 You can assume that the integers are uniformly distributed. You can assume that the integers are uniformly distributed.
  
Line 15: Line 15:
  
 ^ Path ^ Size ^ ^ Path ^ Size ^
-| /home/straka/hadoop/example-inputs/nonuniform-small | 3MB | +| /net/projects/hadoop/examples/inputs/nonuniform-small | 3MB | 
-| /home/straka/hadoop/example-inputs/nonuniform-medium | 160MB | +| /net/projects/hadoop/examples/inputs/nonuniform-medium | 160MB | 
-| /home/straka/hadoop/example-inputs/nonuniform-large | 797MB |+| /net/projects/hadoop/examples/inputs/nonuniform-large | 797MB |
  
 Assume we want to produce //r// output files. One of the solutions is to perform two Hadoop jobs: Assume we want to produce //r// output files. One of the solutions is to perform two Hadoop jobs:

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