Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
courses:mapreduce-tutorial:step-12 [2012/01/29 14:55] majlis |
courses:mapreduce-tutorial:step-12 [2012/01/31 09:39] (current) straka Change Perl commandline syntax. |
||
---|---|---|---|
Line 15: | Line 15: | ||
+ | ===== Exercise ===== | ||
+ | Change the word counting script {{: | ||
+ | |||
+ | wget --no-check-certificate ' | ||
+ | # NOW EDIT THE FILE | ||
+ | # $EDITOR step-12-exercise.pl | ||
+ | rm -rf step-12-out-ex; | ||
+ | less step-12-out-ex/ | ||
+ | |||
+ | ==== Solution ==== | ||
+ | You can also download the solution {{: | ||
+ | wget --no-check-certificate ' | ||
+ | # NOW VIEW THE FILE | ||
+ | # $EDITOR step-12-solution.pl | ||
+ | rm -rf step-12-out-sol; | ||
+ | less step-12-out-sol/ | ||
---- | ---- | ||
Line 27: | Line 43: | ||
</ | </ | ||
</ | </ | ||
- |