[ 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
courses:mapreduce-tutorial:step-12 [2012/01/30 14:29]
majlis
courses:mapreduce-tutorial:step-12 [2012/01/31 09:39]
straka Change Perl commandline syntax.
Line 21: Line 21:
   # NOW EDIT THE FILE   # NOW EDIT THE FILE
   # $EDITOR step-12-exercise.pl   # $EDITOR step-12-exercise.pl
-  rm -rf step-12-out-ex; perl step-12-exercise.pl run -c 4 -r 4 /home/straka/wiki/cs-text-medium/ step-12-out-ex+  rm -rf step-12-out-ex; perl step-12-exercise.pl -c 4 -r 4 /home/straka/wiki/cs-text-medium/ step-12-out-ex
   less step-12-out-ex/part-*   less step-12-out-ex/part-*
  
Line 29: Line 29:
   # NOW VIEW THE FILE   # NOW VIEW THE FILE
   # $EDITOR step-12-solution.pl   # $EDITOR step-12-solution.pl
-  rm -rf step-12-out-sol; perl step-12-solution.pl run -c 4 -r 4 /home/straka/wiki/cs-text-medium/ step-12-out-sol+  rm -rf step-12-out-sol; perl step-12-solution.pl -c 4 -r 4 /home/straka/wiki/cs-text-medium/ step-12-out-sol
   less step-12-out-sol/vystup-*   less step-12-out-sol/vystup-*
  

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