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/28 23:09] majlis Added links to previous and next chapter. |
courses:mapreduce-tutorial:step-12 [2012/01/31 09:39] (current) straka Change Perl commandline syntax. |
||
---|---|---|---|
Line 13: | Line 13: | ||
===== Reduce-less jobs ===== | ===== Reduce-less jobs ===== | ||
If a MR job runs without reducers, the output of mappers is written to output directory without further processing. In this case, environmental variable '' | If a MR job runs without reducers, the output of mappers is written to output directory without further processing. In this case, environmental variable '' | ||
+ | |||
===== Exercise ===== | ===== Exercise ===== | ||
- | Change the word counting script {{: | + | Change the word counting script {{: |
- | {{: | + | wget --no-check-certificate 'https:// |
+ | # 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 31: | Line 43: | ||
</ | </ | ||
</ | </ | ||
- |