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-25 [2012/01/31 13:04] straka |
courses:mapreduce-tutorial:step-25 [2012/01/31 15:12] (current) majlis Fixed code for sorting execution. |
||
---|---|---|---|
Line 198: | Line 198: | ||
You can download the {{: | You can download the {{: | ||
- | wget --no-check-certificate ' | + | wget --no-check-certificate ' |
# NOW VIEW THE FILE | # NOW VIEW THE FILE | ||
- | # $EDITOR | + | # $EDITOR |
- | make -f / | + | make -f / |
- | rm -rf step-25-out-sol; / | + | rm -rf step-25-out-uniform; / |
- | less step-25-out-sol/part-* | + | less step-25-out-uniform/ |
+ | |||
+ | wget --no-check-certificate ' | ||
+ | # NOW VIEW THE FILE | ||
+ | # $EDITOR SortingUniform.java | ||
+ | make -f / | ||
+ | rm -rf step-25-out-nonuniform; | ||
+ | less step-25-out-nonuniform/part-* | ||
---- | ---- |