[ 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
Next revision Both sides next revision
courses:mapreduce-tutorial:perl-api [2012/01/25 22:05]
straka
courses:mapreduce-tutorial:perl-api [2012/01/26 17:08]
straka
Line 17: Line 17:
  
 has 'hadoop_prefix' => (isa => 'Str', default => '/SGE/HADOOP/active'); has 'hadoop_prefix' => (isa => 'Str', default => '/SGE/HADOOP/active');
-has 'keep_env' => (isa => 'ArrayRef[Str]', default => sub { ["PERLLIB", "PERL5LIB"] });+has 'keep_env' => (isa => 'ArrayRef[Str]', default => sub { ["PATH", "PERLLIB", "PERL5LIB"] });
  
 sub run(); sub run();

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