[ 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
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 22:40]
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 'copy_environment' => (isa => 'ArrayRef[Str]', default => sub { [] });
  
 sub run(); sub run();
Line 29: Line 29:
   * ''output_compression'' -- Bool flag controlling the compression of output   * ''output_compression'' -- Bool flag controlling the compression of output
   * ''hadoop_prefix'' -- the prefix of Hadoop instalation. Default value is fine in UFAL cluster.   * ''hadoop_prefix'' -- the prefix of Hadoop instalation. Default value is fine in UFAL cluster.
-  * ''keep_env'' -- which environment variables are preserved when running perl mappers, reducers, combiners and partitioners+  * ''copy_environment'' -- which environment variables are preserved when running perl mappers, reducers, combiners and partitioners. Needed only when running job using ''-jt'' -- both local execution and execution using ''-c'' option retain all environmental variables.
  
 ==== Command line arguments supported by Hadoop::Runner::run() ==== ==== Command line arguments supported by Hadoop::Runner::run() ====

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