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/29 15:39] 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 instalation | + | ===== Requirements |
| - | ===== The Perl API ===== | + | The tutorial expects you to be logged to a computer in the UFAL cluster and be able to submit jobs using SGE. In this environment, |
| To use the Perl MapReduce API, you need | To use the Perl MapReduce API, you need | ||
| Line 24: | Line 24: | ||
| export PERL5LIB=" | export PERL5LIB=" | ||
| to '' | to '' | ||
| - | |||
| echo -e "\n#MR Tutorial - Hadoop" | echo -e "\n#MR Tutorial - Hadoop" | ||
| echo ' | echo ' | ||
| echo ' | echo ' | ||
| + | |||
| + | ===== When not logged in UFAL cluster ===== | ||
| + | |||
| + | **If you are not logged in the UFAL cluster, you will need:** | ||
| + | * local Hadoop installation | ||
| + | - download '' | ||
| + | - unpack it | ||
| + | - edit '' | ||
| + | * the repository '' | ||
| + | * when using Perl API, set '' | ||
| + | * when using Java API, one of the '' | ||
| + | When using local Hadoop installation, | ||
| ---- | ---- | ||
