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

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