Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
courses:mapreduce-tutorial:making-your-job-configurable [2012/02/05 19:16] straka vytvořeno |
courses:mapreduce-tutorial:making-your-job-configurable [2012/02/05 21:45] (current) straka |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== MapReduce Tutorial : ====== | + | ====== MapReduce Tutorial : Making your job configurable |
| + | |||
| + | Sometimes it is desirable for a Hadoop job to be configurable without recompiling/ | ||
| + | * Java: use [[.: | ||
| + | - when running the job, use ''/ | ||
| + | - in the job, use '' | ||
| + | * Perl: use environment variables: | ||
| + | - when constructing [[.: | ||
| + | - run the job using '' | ||
| + | - in the job, use '' | ||
