[ 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:step-16 [2012/02/06 13:28]
straka
courses:mapreduce-tutorial:step-16 [2012/02/06 13:29]
straka
Line 108: Line 108:
   # NOW VIEW THE FILE   # NOW VIEW THE FILE
   # $EDITOR median.pl   # $EDITOR median.pl
-  rm -rf step-16-out; perl median.pl -c C `/net/projects/hadoop/bin/compute-splitsize /net/projects/hadoop/examples/inputs/numbers-small C` /net/projects/hadoop/examples/inputs/numbers-small step-16-out+  rm -rf step-16-out; M=#of_machines; INPUT=/net/projects/hadoop/examples/inputs/numbers-small; perl median.pl -c $M `/net/projects/hadoop/bin/compute-splitsize $INPUT $M` $INPUT step-16-out
   less step-16-out/part-*   less step-16-out/part-*
  

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