[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

This is an old revision of the document!


MapReduce Tutorial : Setting the environment

To use the Perl MapReduce API, you need

. /net/work/projects/perl_repo/admin/bin/setup_platform
to .profile or .bashrc or type it in the shell.

export PERLLIB=“$PERLLIB:/home/straka/hadoop/perl”

export PERL5LIB="$PERL5LIB:/home/straka/hadoop/perl"

to .profile or .bashrc or type it in the shell.


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