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:running-jobs [2012/02/05 21:21] straka |
courses:mapreduce-tutorial:running-jobs [2013/02/08 14:33] (current) popel Milan improved our Hadoop |
||
---|---|---|---|
Line 8: | Line 8: | ||
| ^ Command ^ | | ^ Command ^ | ||
- | ^ Run Perl script '' | + | ^ Run Perl script '' |
- | ^ Run Java job '' | + | ^ Run Java job '' |
The options are the same for Perl and java: | The options are the same for Perl and java: | ||
Line 21: | Line 21: | ||
^ Run using //M// mappers | '' | ^ Run using //M// mappers | '' | ||
+ | From February 2012, using the parameter '' | ||
+ | |||
+ | ===== Running multiple jobs ===== | ||
+ | There are several ways of running multiple jobs: | ||
+ | * Java only: Create multiple '' | ||
+ | * Create a cluster using ''/ | ||
+ | * Create a shell script running multiple jobs using '' |