[ 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:step-9 [2012/01/25 16:17]
straka
courses:mapreduce-tutorial:step-9 [2012/01/25 16:18]
straka
Line 9: Line 9:
 Every Hadoop option has a read-only default. These are overridden by cluster specific options. Lastly, all of these are overriden by job specific options given on the command line (or set using the Java API). Every Hadoop option has a read-only default. These are overridden by cluster specific options. Lastly, all of these are overriden by job specific options given on the command line (or set using the Java API).
  
-==== Mapping of Perl options to Hadoop ==== +===== A brief list of Hadoop options =====
-^ Perl options ^ Hadoop options ^ +
-| no options \\ (running locally) | ''-Dmapred.job.tracker=local'' \\ ''-Dmapred.local.dir=hadoop-localrunner-tmp'' \\ ''-Dhadoop.tmp.dir=hadoop-localrunner-tmp''+
-| ''-jt cluster_master'' | ''-Dmapred.job.tracker=cluster_master''+
-| ''-c cluster_machines'' | configuration of new cluster contains \\ ''-Dmapred.job.tracker=cluster_master''+
-| ''-r number_of_reducers'' | ''-Dmapred.reduce.tasks=number_of_reducers''+
- +
-===== Brief list of Hadoop options =====+
 ^ Hadoop option ^ Default value ^ Description ^ ^ Hadoop option ^ Default value ^ Description ^
 | ''mapred.job.tracker'' | ? | Cluster master | | ''mapred.job.tracker'' | ? | Cluster master |
Line 27: Line 20:
  
 A more complete list (but not exhaustive) can be found [[http://hadoop.apache.org/common/docs/r1.0.0/mapred-default.html|here]]. A more complete list (but not exhaustive) can be found [[http://hadoop.apache.org/common/docs/r1.0.0/mapred-default.html|here]].
 +
 +===== Mapping of Perl options to Hadoop =====
 +^ Perl options ^ Hadoop options ^
 +| no options \\ (running locally) | ''-Dmapred.job.tracker=local'' \\ ''-Dmapred.local.dir=hadoop-localrunner-tmp'' \\ ''-Dhadoop.tmp.dir=hadoop-localrunner-tmp'' |
 +| ''-jt cluster_master'' | ''-Dmapred.job.tracker=cluster_master'' |
 +| ''-c cluster_machines'' | configuration of new cluster contains \\ ''-Dmapred.job.tracker=cluster_master'' |
 +| ''-r number_of_reducers'' | ''-Dmapred.reduce.tasks=number_of_reducers'' |
  

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