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-1 [2012/01/30 14:47] straka |
courses:mapreduce-tutorial:step-1 [2012/01/30 15:25] (current) straka |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== MapReduce Tutorial : Setting the environment ====== | ====== MapReduce Tutorial : Setting the environment ====== | ||
- | ===== Hadoop installation | + | ===== Requirements |
- | The tutorial expects you to be logged to a computer in the UFAL cluster. In this environment, | + | The tutorial expects you to be logged to a computer in the UFAL cluster |
- | + | ||
- | ===== The Perl API ===== | + | |
To use the Perl MapReduce API, you need | To use the Perl MapReduce API, you need | ||
Line 26: | Line 24: | ||
export PERL5LIB=" | export PERL5LIB=" | ||
to '' | to '' | ||
- | |||
echo -e "\n#MR Tutorial - Hadoop" | echo -e "\n#MR Tutorial - Hadoop" |