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 12:25] majlis |
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 ' | ||
+ | # 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/ | ||
- | {{: | + | ---- |
+ | < | ||
+ | <table style=" | ||
+ | <tr> | ||
+ | <td style=" | ||
+ | <td style=" | ||
+ | <td style=" | ||
+ | </tr> | ||
+ | </ | ||
+ | </ |