[ 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-3 [2012/01/31 09:40]
straka Change Perl commandline syntax.
courses:mapreduce-tutorial:step-3 [2012/01/31 09:40] (current)
straka Change Perl commandline syntax.
Line 45: Line 45:
   # NOW EDIT THE FILE   # NOW EDIT THE FILE
   # $EDITOR step-3-exercise.pl   # $EDITOR step-3-exercise.pl
-  rm -rf step-3-out-ex; perl step-3-exercise.pl run /home/straka/wiki/cs-text-medium/ step-3-out-ex+  rm -rf step-3-out-ex; perl step-3-exercise.pl /home/straka/wiki/cs-text-medium/ step-3-out-ex
   less step-3-out-ex/part-*   less step-3-out-ex/part-*
      
Line 53: Line 53:
   # NOW VIEW THE FILE   # NOW VIEW THE FILE
   # $EDITOR step-3-solution.pl   # $EDITOR step-3-solution.pl
-  rm -rf step-3-out-sol; perl step-3-solution.pl run /home/straka/wiki/cs-text-medium/ step-3-out-sol+  rm -rf step-3-out-sol; perl step-3-solution.pl /home/straka/wiki/cs-text-medium/ step-3-out-sol
   less step-3-out-sol/part-*   less step-3-out-sol/part-*
  

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