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:making-your-job-configurable [2012/02/05 21:40] straka |
courses:mapreduce-tutorial:making-your-job-configurable [2012/02/05 21:45] (current) straka |
||
---|---|---|---|
Line 2: | Line 2: | ||
Sometimes it is desirable for a Hadoop job to be configurable without recompiling/ | Sometimes it is desirable for a Hadoop job to be configurable without recompiling/ | ||
- | * both Perl and Java: use environment variables -- all environment variables are shared by the Hadoop job | + | * Java: use [[.: |
- | * Java only: use [[.: | + | - when running the job, use ''/ |
- | - when running the job, use ''/ | + | - in the job, use '' |
- | - in the job, use '' | + | * Perl: use environment variables: |
+ | - when constructing [[.: | ||
+ | - run the job using '' | ||
+ | - in the job, use '' |