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 21:14] straka |
courses:mapreduce-tutorial:step-12 [2012/01/31 09:39] (current) straka Change Perl commandline syntax. |
| |
wget --no-check-certificate 'https://wiki.ufal.ms.mff.cuni.cz/_media/courses:mapreduce-tutorial:step-5-solution1.txt' -O 'step-12-exercise.pl' | wget --no-check-certificate 'https://wiki.ufal.ms.mff.cuni.cz/_media/courses:mapreduce-tutorial:step-5-solution1.txt' -O 'step-12-exercise.pl' |
rm -rf step-12-out-ex; perl step-12-exercise.pl run -c 5 -r 4 /home/straka/wiki/cs-text-medium/ step-12-out-ex | # NOW EDIT THE FILE |
| # $EDITOR step-12-exercise.pl |
| rm -rf step-12-out-ex; perl step-12-exercise.pl -c 4 -r 4 /home/straka/wiki/cs-text-medium/ step-12-out-ex |
less step-12-out-ex/part-* | less step-12-out-ex/part-* |
| |
You can also download the solution {{:courses:mapreduce-tutorial:step-12-solution.txt|step-12-solution.pl}} and check the correct output. | You can also download the solution {{:courses:mapreduce-tutorial:step-12-solution.txt|step-12-solution.pl}} and check the correct output. |
wget --no-check-certificate 'https://wiki.ufal.ms.mff.cuni.cz/_media/courses:mapreduce-tutorial:step-12-solution.txt' -O 'step-12-solution.pl' | wget --no-check-certificate 'https://wiki.ufal.ms.mff.cuni.cz/_media/courses:mapreduce-tutorial:step-12-solution.txt' -O 'step-12-solution.pl' |
rm -rf step-12-out-sol; perl step-12-solution.pl run -c 5 - r 4 /home/straka/wiki/cs-text-medium/ step-12-out-sol | # NOW VIEW THE FILE |
| # $EDITOR step-12-solution.pl |
| rm -rf step-12-out-sol; perl step-12-solution.pl -c 4 -r 4 /home/straka/wiki/cs-text-medium/ step-12-out-sol |
less step-12-out-sol/vystup-* | less step-12-out-sol/vystup-* |
| |
</table> | </table> |
</html> | </html> |
| |