[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous 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, Hadoop is installed in ''/SGE/HADOOP/active''. +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, Hadoop is installed in ''/SGE/HADOOP/active''.
- +
-===== 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="$PERL5LIB:/net/projects/hadoop/perl"   export PERL5LIB="$PERL5LIB:/net/projects/hadoop/perl"
 to ''.profile'', ''.bash_profile'', ''.bashrc'' or type it in the shell. to ''.profile'', ''.bash_profile'', ''.bashrc'' or type it in the shell.
- 
  
   echo -e "\n#MR Tutorial - Hadoop" >> ~/.bashrc   echo -e "\n#MR Tutorial - Hadoop" >> ~/.bashrc

[ Back to the navigation ] [ Back to the content ]